Skip to content

Commit

Permalink
dev-erlang/hamcrest: EAPI8 bump
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Closes: gentoo#34457
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
mm1ke authored and ConiKost committed Dec 24, 2023
1 parent cabe729 commit aff8f86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dev-erlang/hamcrest/hamcrest-0.1.0_p20160709.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.
Expand Down

0 comments on commit aff8f86

Please sign in to comment.