summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-11-02 09:48:46 +0000
committerSven Vermeulen <swift@gentoo.org>2014-11-02 09:48:46 +0000
commitcc894b4a126f046c4dba5a716dfa92db85a4de64 (patch)
tree5e2ebf78ded456f228c26b281cd9073e2cd08a15 /sys-apps/man-db
parentStable for ia64, wrt bug #525960 (diff)
downloadgentoo-2-cc894b4a126f046c4dba5a716dfa92db85a4de64.tar.gz
gentoo-2-cc894b4a126f046c4dba5a716dfa92db85a4de64.tar.bz2
gentoo-2-cc894b4a126f046c4dba5a716dfa92db85a4de64.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 'sys-apps/man-db')
-rw-r--r--sys-apps/man-db/ChangeLog7
-rw-r--r--sys-apps/man-db/man-db-2.6.6.ebuild10
-rw-r--r--sys-apps/man-db/man-db-2.6.7.1.ebuild10
3 files changed, 18 insertions, 9 deletions
diff --git a/sys-apps/man-db/ChangeLog b/sys-apps/man-db/ChangeLog
index 383167165d04..16ab5e9d1c25 100644
--- a/sys-apps/man-db/ChangeLog
+++ b/sys-apps/man-db/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/man-db
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.75 2014/10/27 01:42:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.76 2014/11/02 09:48:46 swift Exp $
+
+ 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> man-db-2.6.6.ebuild,
+ man-db-2.6.7.1.ebuild:
+ Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+ #527698)
27 Oct 2014; Mike Frysinger <vapier@gentoo.org> man-db-2.6.6.ebuild:
Mark arm64/m68k/s390/sh stable.
diff --git a/sys-apps/man-db/man-db-2.6.6.ebuild b/sys-apps/man-db/man-db-2.6.6.ebuild
index 80e44e8769a8..7fbee6ca6d47 100644
--- a/sys-apps/man-db/man-db-2.6.6.ebuild
+++ b/sys-apps/man-db/man-db-2.6.6.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/sys-apps/man-db/man-db-2.6.6.ebuild,v 1.11 2014/10/27 01:42:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild,v 1.12 2014/11/02 09:48:46 swift Exp $
EAPI="4"
@@ -15,21 +15,23 @@ SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~arm-linux ~x86-linux"
IUSE="berkdb +gdbm nls selinux static-libs zlib"
-RDEPEND="dev-libs/libpipeline
+CDEPEND="dev-libs/libpipeline
berkdb? ( sys-libs/db )
gdbm? ( sys-libs/gdbm )
!berkdb? ( !gdbm? ( sys-libs/gdbm ) )
sys-apps/groff
- selinux? ( sec-policy/selinux-mandb )
zlib? ( sys-libs/zlib )
!sys-apps/man"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
app-arch/xz-utils
virtual/pkgconfig
nls? (
app-text/po4a
sys-devel/gettext
)"
+RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-mandb )
+"
pkg_setup() {
# Create user now as Makefile in src_install does setuid/chown
diff --git a/sys-apps/man-db/man-db-2.6.7.1.ebuild b/sys-apps/man-db/man-db-2.6.7.1.ebuild
index 3dadcb7b405f..f3e2278c2cdb 100644
--- a/sys-apps/man-db/man-db-2.6.7.1.ebuild
+++ b/sys-apps/man-db/man-db-2.6.7.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/sys-apps/man-db/man-db-2.6.7.1.ebuild,v 1.1 2014/04/15 04:39:31 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.7.1.ebuild,v 1.2 2014/11/02 09:48:46 swift Exp $
EAPI="4"
@@ -15,21 +15,23 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux"
IUSE="berkdb +gdbm nls selinux static-libs zlib"
-RDEPEND=">=dev-libs/libpipeline-1.3.0
+CDEPEND=">=dev-libs/libpipeline-1.3.0
berkdb? ( sys-libs/db )
gdbm? ( sys-libs/gdbm )
!berkdb? ( !gdbm? ( sys-libs/gdbm ) )
sys-apps/groff
- selinux? ( sec-policy/selinux-mandb )
zlib? ( sys-libs/zlib )
!sys-apps/man"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
app-arch/xz-utils
virtual/pkgconfig
nls? (
app-text/po4a
sys-devel/gettext
)"
+RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-mandb )
+"
pkg_setup() {
# Create user now as Makefile in src_install does setuid/chown