diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-12-21 18:55:27 -0500 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2021-01-03 00:19:52 -0800 |
commit | 97c9d66369198b9d628a5a24f8562a068157cf8a (patch) | |
tree | 1da31356ff8c4fd31f4fc8059855c8c2f8a755a0 /sys-apps/secilc | |
parent | sys-apps/policycoreutils: drop obsolete deps (diff) | |
download | gentoo-97c9d66369198b9d628a5a24f8562a068157cf8a.tar.gz gentoo-97c9d66369198b9d628a5a24f8562a068157cf8a.tar.bz2 gentoo-97c9d66369198b9d628a5a24f8562a068157cf8a.zip |
sys-apps/secilc: move xmlto to BDEPEND
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-apps/secilc')
-rw-r--r-- | sys-apps/secilc/secilc-3.1.ebuild | 15 | ||||
-rw-r--r-- | sys-apps/secilc/secilc-9999.ebuild | 15 |
2 files changed, 10 insertions, 20 deletions
diff --git a/sys-apps/secilc/secilc-3.1.ebuild b/sys-apps/secilc/secilc-3.1.ebuild index 84a3781d99e3..5ba3983cf787 100644 --- a/sys-apps/secilc/secilc-3.1.ebuild +++ b/sys-apps/secilc/secilc-3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -24,15 +24,10 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="" - -DEPEND=" - app-text/xmlto - >=sys-libs/libsepol-${SEPOL_VER} - " -RDEPEND=" - >=sys-libs/libsepol-${SEPOL_VER} - " + +DEPEND=">=sys-libs/libsepol-${SEPOL_VER}" +RDEPEND="${DEPEND}" +BDEPEND="app-text/xmlto" # tests are not meant to be run outside of the # full SELinux userland repo diff --git a/sys-apps/secilc/secilc-9999.ebuild b/sys-apps/secilc/secilc-9999.ebuild index db36c3ca9f49..0642e837b999 100644 --- a/sys-apps/secilc/secilc-9999.ebuild +++ b/sys-apps/secilc/secilc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -24,15 +24,10 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="" - -DEPEND=" - app-text/xmlto - >=sys-libs/libsepol-${SEPOL_VER} - " -RDEPEND=" - >=sys-libs/libsepol-${SEPOL_VER} - " + +DEPEND=">=sys-libs/libsepol-${SEPOL_VER}" +RDEPEND="${DEPEND}" +BDEPEND="app-text/xmlto" # tests are not meant to be run outside of the # full SELinux userland repo |