commit:     d0abc6b027871117148901f3fe3f532fc4475f4e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 23:15:01 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 23:15:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0abc6b0

sys-apps/policycoreutils: shift gettext to BDEPEND in 3.1

perfinion is going to review 9999 later for any other
possible fixes, so not closing the bug yet.

Acked-by: Jason Zaman <perfinion <AT> gentoo.org>
Bug: https://bugs.gentoo.org/755173
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/policycoreutils/policycoreutils-3.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-apps/policycoreutils/policycoreutils-3.1.ebuild 
b/sys-apps/policycoreutils/policycoreutils-3.1.ebuild
index 569dc07cfcf..f9081aacc5f 100644
--- a/sys-apps/policycoreutils/policycoreutils-3.1.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-3.1.ebuild
@@ -46,7 +46,6 @@ 
DEPEND=">=sys-libs/libselinux-${SELNX_VER}:=[python,${PYTHON_USEDEP}]
        sys-libs/libcap-ng:=
        >=sys-libs/libsepol-${SEPOL_VER}:=
        >=app-admin/setools-4.2.0[${PYTHON_USEDEP}]
-       sys-devel/gettext
        dev-python/ipy[${PYTHON_USEDEP}]
        dbus? (
                sys-apps/dbus
@@ -56,6 +55,9 @@ 
DEPEND=">=sys-libs/libselinux-${SELNX_VER}:=[python,${PYTHON_USEDEP}]
        pam? ( sys-libs/pam:= )
        ${PYTHON_DEPS}"
 
+# Avoid dependency loop, bug #755173
+BDEPEND="sys-devel/gettext"
+
 ### libcgroup -> seunshare
 ### dbus -> restorecond
 

Reply via email to