summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-11-02 08:06:56 +0000
committerSven Vermeulen <swift@gentoo.org>2014-11-02 08:06:56 +0000
commit694fe01bf51d8f176d932458431f8c8848f80c9d (patch)
treed5f0f1d15934f9baf081a292be848f0676d9b96c /app-forensics
parentVersion bump of www-server/tomcat to 6.0.41 (diff)
downloadgentoo-2-694fe01bf51d8f176d932458431f8c8848f80c9d.tar.gz
gentoo-2-694fe01bf51d8f176d932458431f8c8848f80c9d.tar.bz2
gentoo-2-694fe01bf51d8f176d932458431f8c8848f80c9d.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-forensics')
-rw-r--r--app-forensics/aide/ChangeLog7
-rw-r--r--app-forensics/aide/aide-0.14.2.ebuild10
-rw-r--r--app-forensics/aide/aide-0.15.1.ebuild10
3 files changed, 16 insertions, 11 deletions
diff --git a/app-forensics/aide/ChangeLog b/app-forensics/aide/ChangeLog
index 5c1a3e62c086..f13b6dcf2d90 100644
--- a/app-forensics/aide/ChangeLog
+++ b/app-forensics/aide/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-forensics/aide
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.61 2014/03/01 23:07:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.62 2014/11/02 08:06:56 swift Exp $
+
+ 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> aide-0.14.2.ebuild,
+ aide-0.15.1.ebuild:
+ Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+ #527698)
01 Mar 2014; Michał Górny <mgorny@gentoo.org> aide-0.14.2.ebuild,
aide-0.15.1.ebuild:
diff --git a/app-forensics/aide/aide-0.14.2.ebuild b/app-forensics/aide/aide-0.14.2.ebuild
index 1ca2b2ed179b..323c3e8660ac 100644
--- a/app-forensics/aide/aide-0.14.2.ebuild
+++ b/app-forensics/aide/aide-0.14.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-forensics/aide/aide-0.14.2.ebuild,v 1.9 2014/03/01 23:07:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.14.2.ebuild,v 1.10 2014/11/02 08:06:56 swift Exp $
EAPI="3"
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
KEYWORDS="amd64 x86"
IUSE="acl audit curl mhash nls postgres prelink selinux static xattr zlib"
-DEPEND="acl? ( virtual/acl )
+CDEPEND="acl? ( virtual/acl )
audit? ( sys-process/audit )
curl? ( net-misc/curl )
mhash? ( >=app-crypt/mhash-0.9.2 )
@@ -25,14 +25,14 @@ DEPEND="acl? ( virtual/acl )
prelink? ( sys-devel/prelink )
selinux? (
sys-libs/libselinux
- sec-policy/selinux-aide
)
xattr? ( sys-apps/attr )
zlib? ( sys-libs/zlib )"
-RDEPEND="!static? ( ${DEPEND} )"
+RDEPEND="!static? ( ${CDEPEND} )
+ selinux? ( sec-policy/selinux-aide )"
-DEPEND="${DEPEND}
+DEPEND="${CDEPEND}
nls? ( sys-devel/gettext )
sys-devel/bison
sys-devel/flex"
diff --git a/app-forensics/aide/aide-0.15.1.ebuild b/app-forensics/aide/aide-0.15.1.ebuild
index 414804904849..8c6d07525604 100644
--- a/app-forensics/aide/aide-0.15.1.ebuild
+++ b/app-forensics/aide/aide-0.15.1.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-forensics/aide/aide-0.15.1.ebuild,v 1.6 2014/03/01 23:07:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.15.1.ebuild,v 1.7 2014/11/02 08:06:56 swift Exp $
EAPI="3"
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="acl audit curl mhash nls postgres prelink selinux static xattr zlib"
-DEPEND="acl? ( virtual/acl )
+CDEPEND="acl? ( virtual/acl )
audit? ( sys-process/audit )
curl? ( net-misc/curl )
mhash? ( >=app-crypt/mhash-0.9.2 )
@@ -25,14 +25,14 @@ DEPEND="acl? ( virtual/acl )
prelink? ( sys-devel/prelink )
selinux? (
sys-libs/libselinux
- sec-policy/selinux-aide
)
xattr? ( sys-apps/attr )
zlib? ( sys-libs/zlib )"
-RDEPEND="!static? ( ${DEPEND} )"
+RDEPEND="!static? ( ${CDEPEND} )
+ selinux? ( sec-policy/selinux-aide )"
-DEPEND="${DEPEND}
+DEPEND="${CDEPEND}
nls? ( sys-devel/gettext )
sys-devel/bison
sys-devel/flex"