swift 14/11/02 09:47:12 Modified: man-1.6g.ebuild ChangeLog Log: 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)
Revision Changes Path 1.14 sys-apps/man/man-1.6g.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man/man-1.6g.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man/man-1.6g.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man/man-1.6g.ebuild?r1=1.13&r2=1.14 Index: man-1.6g.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6g.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- man-1.6g.ebuild 16 Jan 2014 18:19:15 -0000 1.13 +++ man-1.6g.ebuild 2 Nov 2014 09:47:12 -0000 1.14 @@ -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/man-1.6g.ebuild,v 1.13 2014/01/16 18:19:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6g.ebuild,v 1.14 2014/11/02 09:47:12 swift Exp $ EAPI="2" @@ -15,8 +15,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="+lzma nls selinux" -DEPEND="nls? ( sys-devel/gettext ) - selinux? ( sec-policy/selinux-makewhatis )" +DEPEND="nls? ( sys-devel/gettext )" RDEPEND="|| ( >=sys-apps/groff-1.19.2-r1 app-doc/heirloom-doctools ) !sys-apps/man-db !<app-arch/lzma-4.63 1.178 sys-apps/man/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man/ChangeLog?rev=1.178&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man/ChangeLog?rev=1.178&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man/ChangeLog?r1=1.177&r2=1.178 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- ChangeLog 16 Jan 2014 18:19:15 -0000 1.177 +++ ChangeLog 2 Nov 2014 09:47:12 -0000 1.178 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/man # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.177 2014/01/16 18:19:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.178 2014/11/02 09:47:12 swift Exp $ + + 02 Nov 2014; Sven Vermeulen <[email protected]> man-1.6g.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) 16 Jan 2014; Mike Frysinger <[email protected]> man-1.6f-r4.ebuild, man-1.6g.ebuild:
