commit:     97c9d66369198b9d628a5a24f8562a068157cf8a
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Mon Dec 21 23:55:27 2020 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Jan  3 08:19:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c9d663

sys-apps/secilc: move xmlto to BDEPEND

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>

 sys-apps/secilc/secilc-3.1.ebuild  | 15 +++++----------
 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 84a3781d99e..5ba3983cf78 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 db36c3ca9f4..0642e837b99 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

Reply via email to