commit:     fabce075778fc7117cc754f95baf706f829f18b9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 23:39:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 23:39:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fabce075

app-arch/rpm: drop premature readline dep

Next release, not now!

Closes: https://bugs.gentoo.org/834668
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/rpm/{rpm-4.17.0-r1.ebuild => rpm-4.17.0-r2.ebuild} | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-arch/rpm/rpm-4.17.0-r1.ebuild 
b/app-arch/rpm/rpm-4.17.0-r2.ebuild
similarity index 96%
rename from app-arch/rpm/rpm-4.17.0-r1.ebuild
rename to 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))
 }
 

Reply via email to