Skip to content

Commit

Permalink
sys-fs/ncdu: re-use EZIG_MIN variable where possible
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Schmaus <flow@gentoo.org>
  • Loading branch information
Flowdalic committed Mar 9, 2023
1 parent c84c3e2 commit 712edec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys-fs/ncdu/ncdu-2.2.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

EZIG_MIN="0.10.0"
EZIG_MAX_EXCLUSIVE="0.11.0"
EZIG_MIN="0.10"
EZIG_MAX_EXCLUSIVE="0.11"

DEPEND="sys-libs/ncurses:=[unicode(+)]"
RDEPEND="${DEPEND}"
BDEPEND="
|| ( dev-lang/zig:0.10 dev-lang/zig-bin:0.10 )
|| ( dev-lang/zig:${EZIG_MIN} dev-lang/zig-bin:${EZIG_MIN} )
virtual/pkgconfig
dev-lang/perl
verify-sig? ( sec-keys/openpgp-keys-yorhel )
Expand Down

0 comments on commit 712edec

Please sign in to comment.