diff options
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 |