diff options
author | Sam James <sam@gentoo.org> | 2020-11-17 23:15:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-17 23:15:01 +0000 |
commit | d0abc6b027871117148901f3fe3f532fc4475f4e (patch) | |
tree | 797745985a612e3c4d5d4bec439d5b4f17699de4 /sys-apps | |
parent | www-apache/libapreq2: bump to 2.15 (diff) | |
download | gentoo-d0abc6b027871117148901f3fe3f532fc4475f4e.tar.gz gentoo-d0abc6b027871117148901f3fe3f532fc4475f4e.tar.bz2 gentoo-d0abc6b027871117148901f3fe3f532fc4475f4e.zip |
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@gentoo.org>
Bug: https://bugs.gentoo.org/755173
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-3.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/policycoreutils/policycoreutils-3.1.ebuild b/sys-apps/policycoreutils/policycoreutils-3.1.ebuild index 569dc07cfcf9..f9081aacc5f9 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 |