diff options
author | Sam James <sam@gentoo.org> | 2022-08-26 22:59:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-26 23:33:22 +0100 |
commit | 3b9c8905181cf28066655bf8486ea2ba89dff4bf (patch) | |
tree | 635c00b9ef213a004c0b002b881b0bae6abc3f97 /app-shells/bash/bash-9999.ebuild | |
parent | app-metrics/redis_exporter: add 1.44.0 (diff) | |
download | gentoo-3b9c8905181cf28066655bf8486ea2ba89dff4bf.tar.gz gentoo-3b9c8905181cf28066655bf8486ea2ba89dff4bf.tar.bz2 gentoo-3b9c8905181cf28066655bf8486ea2ba89dff4bf.zip |
app-shells/bash: add 5.2_rc3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/bash/bash-9999.ebuild')
-rw-r--r-- | app-shells/bash/bash-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild index 3d2370ffe950..d451bde867f0 100644 --- a/app-shells/bash/bash-9999.ebuild +++ b/app-shells/bash/bash-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 # TODO on release: # - check READLINE_VER, obviously @@ -73,7 +73,7 @@ fi IUSE="afs bashlogger examples mem-scramble +net nls plugins pgo +readline" DEPEND=" - >=sys-libs/ncurses-5.2-r2:0= + >=sys-libs/ncurses-5.2-r2:= nls? ( virtual/libintl ) " if is_release ; then |