grknight 15/04/14 18:03:37 Modified: PEAR-PEAR-1.9.5.ebuild ChangeLog Log: Fix repoman warning wrt slot operator (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Revision Changes Path 1.2 dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild?r1=1.1&r2=1.2 Index: PEAR-PEAR-1.9.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PEAR-PEAR-1.9.5.ebuild 16 Jan 2015 19:42:40 -0000 1.1 +++ PEAR-PEAR-1.9.5.ebuild 14 Apr 2015 18:03:37 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild,v 1.1 2015/01/16 19:42:40 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild,v 1.2 2015/04/14 18:03:37 grknight Exp $ EAPI="5" @@ -17,7 +17,7 @@ SLOT="0" IUSE="" -DEPEND="dev-lang/php[cli,pcre(+),xml,zlib]" +DEPEND="dev-lang/php:*[cli,pcre(+),xml,zlib]" RDEPEND="${DEPEND}" 1.166 dev-php/PEAR-PEAR/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog?rev=1.166&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog?rev=1.166&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog?r1=1.165&r2=1.166 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v retrieving revision 1.165 retrieving revision 1.166 diff -u -r1.165 -r1.166 --- ChangeLog 16 Jan 2015 19:42:40 -0000 1.165 +++ ChangeLog 14 Apr 2015 18:03:37 -0000 1.166 @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-PEAR # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.165 2015/01/16 19:42:40 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.166 2015/04/14 18:03:37 grknight Exp $ + + 14 Apr 2015; Brian Evans <[email protected]> PEAR-PEAR-1.9.5.ebuild: + Fix repoman warning wrt slot operator *PEAR-PEAR-1.9.5 (16 Jan 2015)
