commit:     aff8f86b933db1bb021a712b1c0585dcb43cab27
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Dec 24 10:50:08 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 23:16:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff8f86b

dev-erlang/hamcrest: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34457
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild 
b/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
index 9880f72dcd6f..322dc237d72b 100644
--- a/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
+++ b/dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit rebar
 
@@ -15,12 +15,12 @@ KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-CDEPEND=">=dev-lang/erlang-17.1"
-DEPEND="${CDEPEND}
+COMMON_DEPEND=">=dev-lang/erlang-17.1"
+DEPEND="${COMMON_DEPEND}
        test? ( >=dev-erlang/proper-1.2 )"
-RDEPEND="${CDEPEND}"
+RDEPEND="${COMMON_DEPEND}"
 
-DOCS=( NOTES  README.markdown TODO.md )
+DOCS=( NOTES README.markdown TODO.md )
 
 # Override with EAPI default because it's missing hamcrest.app.src and doesn't
 # have any deps.

Reply via email to