summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-11-02 08:01:48 +0000
committerSven Vermeulen <swift@gentoo.org>2014-11-02 08:01:48 +0000
commit5188faa3f87ced1280473cb1e396004fdae83acd (patch)
tree8de5c12ce0249d96cc2cadbc3bcabeb8011b8e5d /app-crypt
parentAvoid spec failing due to memoizable 0.4.2. (diff)
downloadgentoo-2-5188faa3f87ced1280473cb1e396004fdae83acd.tar.gz
gentoo-2-5188faa3f87ced1280473cb1e396004fdae83acd.tar.bz2
gentoo-2-5188faa3f87ced1280473cb1e396004fdae83acd.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/trousers/ChangeLog6
-rw-r--r--app-crypt/trousers/trousers-0.3.10-r1.ebuild12
2 files changed, 11 insertions, 7 deletions
diff --git a/app-crypt/trousers/ChangeLog b/app-crypt/trousers/ChangeLog
index 4427bfcd0283..2d1f4f29f0fc 100644
--- a/app-crypt/trousers/ChangeLog
+++ b/app-crypt/trousers/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/trousers
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/ChangeLog,v 1.53 2014/08/03 15:17:49 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/ChangeLog,v 1.54 2014/11/02 08:01:48 swift Exp $
+
+ 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> trousers-0.3.10-r1.ebuild:
+ Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+ #527698)
03 Aug 2014; <tgall@gentoo.org> trousers-0.3.10-r1.ebuild:
arm64, stable
diff --git a/app-crypt/trousers/trousers-0.3.10-r1.ebuild b/app-crypt/trousers/trousers-0.3.10-r1.ebuild
index b7a1111f2192..9b49572a97cd 100644
--- a/app-crypt/trousers/trousers-0.3.10-r1.ebuild
+++ b/app-crypt/trousers/trousers-0.3.10-r1.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/trousers/trousers-0.3.10-r1.ebuild,v 1.7 2014/08/03 15:17:49 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.3.10-r1.ebuild,v 1.8 2014/11/02 08:01:48 swift Exp $
EAPI=5
@@ -20,12 +20,12 @@ IUSE="doc selinux" # gtk
# gtk support presently does NOT compile.
# gtk? ( >=x11-libs/gtk+-2 )
-RDEPEND=">=dev-libs/glib-2
- >=dev-libs/openssl-0.9.7:0
- selinux? ( sec-policy/selinux-tcsd )"
-DEPEND="${RDEPEND}
+CDEPEND=">=dev-libs/glib-2
+ >=dev-libs/openssl-0.9.7:0"
+DEPEND="${CDEPEND}
virtual/pkgconfig"
-
+RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-tcsd )"
# S="${WORKDIR}/${P}git"
DOCS="AUTHORS ChangeLog NICETOHAVES README TODO"