Summary: | net-nds/portmap should only use RDEPEND for SELinux policy package dependency | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sven Vermeulen (RETIRED) <swift> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | net-fs, selinux |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 527698 |
Description
Sven Vermeulen (RETIRED)
![]() Index: portmap-6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-nds/portmap/portmap-6.0.ebuild,v retrieving revision 1.17 diff -u -B -r1.17 portmap-6.0.ebuild --- portmap-6.0.ebuild 9 Dec 2012 12:34:07 -0000 1.17 +++ portmap-6.0.ebuild 1 Nov 2014 11:55:02 -0000 @@ -13,8 +13,11 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="selinux tcpd" -DEPEND="selinux? ( sec-policy/selinux-portmap ) +DEPEND=" tcpd? ( >=sys-apps/tcp-wrappers-7.6-r7 )" +RDEPEND=" + selinux? ( sec-policy/selinux-portmap ) +" S=${WORKDIR}/${PN}_${PV} Index: portmap-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-nds/portmap/portmap-9999.ebuild,v retrieving revision 1.5 diff -u -B -r1.5 portmap-9999.ebuild --- portmap-9999.ebuild 9 Dec 2012 12:34:07 -0000 1.5 +++ portmap-9999.ebuild 1 Nov 2014 11:55:02 -0000 @@ -14,8 +14,11 @@ KEYWORDS="" IUSE="selinux tcpd" -DEPEND="selinux? ( sec-policy/selinux-portmap ) +DEPEND=" tcpd? ( >=sys-apps/tcp-wrappers-7.6-r7 )" +RDEPEND=" + selinux? ( sec-policy/selinux-portmap ) +" pkg_setup() { enewgroup rpc 111 After checking with a few colleague developers it seems that this change does not need a revision bump after all. As such, I will make the necessary changes to the packages myself. My apologies for the noise. |