diff options
author | Sam James <sam@gentoo.org> | 2022-03-06 23:39:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-06 23:39:13 +0000 |
commit | fabce075778fc7117cc754f95baf706f829f18b9 (patch) | |
tree | e84f36270794cb76af968d6ae7799e59661a25b9 /app-arch | |
parent | app-crypt/gpgme: fix VariableScope, UnusedInherits (diff) | |
download | gentoo-fabce075778fc7117cc754f95baf706f829f18b9.tar.gz gentoo-fabce075778fc7117cc754f95baf706f829f18b9.tar.bz2 gentoo-fabce075778fc7117cc754f95baf706f829f18b9.zip |
app-arch/rpm: drop premature readline dep
Next release, not now!
Closes: https://bugs.gentoo.org/834668
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/rpm/rpm-4.17.0-r2.ebuild (renamed from app-arch/rpm/rpm-4.17.0-r1.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-arch/rpm/rpm-4.17.0-r1.ebuild b/app-arch/rpm/rpm-4.17.0-r2.ebuild index c2e3e35fb19e..77e2508c4dd6 100644 --- a/app-arch/rpm/rpm-4.17.0-r1.ebuild +++ b/app-arch/rpm/rpm-4.17.0-r2.ebuild @@ -21,7 +21,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc # Tests are broken. See bug 657500 RESTRICT="test" -IUSE="acl audit caps +berkdb doc dbus nls openmp python readline selinux +sqlite test +zstd" +IUSE="acl audit caps +berkdb doc dbus nls openmp python selinux +sqlite test +zstd" REQUIRED_USE="${LUA_REQUIRED_USE} python? ( ${PYTHON_REQUIRED_USE} )" @@ -43,7 +43,6 @@ DEPEND="!app-arch/rpm5 caps? ( >=sys-libs/libcap-2.0 ) dbus? ( sys-apps/dbus ) sqlite? ( dev-db/sqlite:3 ) - readline? ( sys-libs/readline:= ) python? ( ${PYTHON_DEPS} ) nls? ( virtual/libintl ) zstd? ( app-arch/zstd:= ) @@ -103,7 +102,6 @@ src_configure() { $(use_with caps cap) \ $(use_with acl) \ $(use_with audit) \ - $(use_with readline) \ $(use_enable zstd zstd $(usex zstd yes no)) } |