diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 08:00:17 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 08:00:17 +0000 |
commit | f0ffccf8c2e4056c2b1da4bcbab9e5ff08df2b47 (patch) | |
tree | ca764048a7f871c8ffe715a91651e326348bf94f /app-crypt | |
parent | Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff) | |
download | gentoo-2-f0ffccf8c2e4056c2b1da4bcbab9e5ff08df2b47.tar.gz gentoo-2-f0ffccf8c2e4056c2b1da4bcbab9e5ff08df2b47.tar.bz2 gentoo-2-f0ffccf8c2e4056c2b1da4bcbab9e5ff08df2b47.zip |
Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #527698)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/mit-krb5/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.12.2.ebuild | 9 | ||||
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.13.ebuild | 9 |
3 files changed, 16 insertions, 9 deletions
diff --git a/app-crypt/mit-krb5/ChangeLog b/app-crypt/mit-krb5/ChangeLog index 742489a60f6a..7c7fdc4db6fd 100644 --- a/app-crypt/mit-krb5/ChangeLog +++ b/app-crypt/mit-krb5/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/mit-krb5 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.430 2014/10/16 09:12:47 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.431 2014/11/02 08:00:17 swift Exp $ + + 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> mit-krb5-1.12.2.ebuild, + mit-krb5-1.13.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) *mit-krb5-1.13 (16 Oct 2014) diff --git a/app-crypt/mit-krb5/mit-krb5-1.12.2.ebuild b/app-crypt/mit-krb5/mit-krb5-1.12.2.ebuild index 0b49659edb27..abe77868c130 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.12.2.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.12.2.ebuild,v 1.10 2014/09/19 10:34:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.12.2.ebuild,v 1.11 2014/11/02 08:00:17 swift Exp $ EAPI=5 @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="doc +keyutils openldap +pkinit selinux +threads test xinetd" -RDEPEND="!!app-crypt/heimdal +CDEPEND="!!app-crypt/heimdal >=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}] || ( >=dev-libs/libverto-0.2.5[libev,${MULTILIB_USEDEP}] >=dev-libs/libverto-0.2.5[libevent,${MULTILIB_USEDEP}] @@ -26,19 +26,20 @@ RDEPEND="!!app-crypt/heimdal keyutils? ( >=sys-apps/keyutils-1.5.8[${MULTILIB_USEDEP}] ) openldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] ) pkinit? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) - selinux? ( sec-policy/selinux-kerberos ) xinetd? ( sys-apps/xinetd ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508-r1 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" -DEPEND="${RDEPEND} +DEPEND="${CDEPEND} ${PYTHON_DEPS} virtual/yacc doc? ( virtual/latex-base ) test? ( ${PYTHON_DEPS} dev-lang/tcl dev-util/dejagnu )" +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-kerberos )" S=${WORKDIR}/${MY_P}/src diff --git a/app-crypt/mit-krb5/mit-krb5-1.13.ebuild b/app-crypt/mit-krb5/mit-krb5-1.13.ebuild index 98c3d482ea01..abf3e10c3b88 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.13.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13.ebuild,v 1.1 2014/10/16 09:12:47 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13.ebuild,v 1.2 2014/11/02 08:00:17 swift Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="doc +keyutils openldap +pkinit selinux +threads test xinetd" -RDEPEND="!!app-crypt/heimdal +CDEPEND="!!app-crypt/heimdal >=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}] || ( >=dev-libs/libverto-0.2.5[libev,${MULTILIB_USEDEP}] >=dev-libs/libverto-0.2.5[libevent,${MULTILIB_USEDEP}] @@ -25,19 +25,20 @@ RDEPEND="!!app-crypt/heimdal keyutils? ( >=sys-apps/keyutils-1.5.8[${MULTILIB_USEDEP}] ) openldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] ) pkinit? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) - selinux? ( sec-policy/selinux-kerberos ) xinetd? ( sys-apps/xinetd ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508-r1 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" -DEPEND="${RDEPEND} +DEPEND="${CDEPEND} ${PYTHON_DEPS} virtual/yacc doc? ( virtual/latex-base ) test? ( ${PYTHON_DEPS} dev-lang/tcl dev-util/dejagnu )" +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-kerberos )" S=${WORKDIR}/${MY_P}/src |