zlogene 15/04/05 14:20:44 Modified: Getopt-Long-Descriptive-0.97.0.ebuild ChangeLog Log: Fix missing test dep wrt bug #526518 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.2 dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.97.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.97.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.97.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.97.0.ebuild?r1=1.1&r2=1.2 Index: Getopt-Long-Descriptive-0.97.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.97.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Getopt-Long-Descriptive-0.97.0.ebuild 26 Jul 2014 14:10:30 -0000 1.1 +++ Getopt-Long-Descriptive-0.97.0.ebuild 5 Apr 2015 14:20:44 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.97.0.ebuild,v 1.1 2014/07/26 14:10:30 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.97.0.ebuild,v 1.2 2015/04/05 14:20:44 zlogene Exp $ EAPI=5 @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" -IUSE="" +IUSE="test" RDEPEND=" >=dev-perl/Params-Validate-0.970.0 @@ -20,6 +20,7 @@ dev-perl/Sub-Exporter virtual/perl-Scalar-List-Utils " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Warnings )" SRC_TEST=do 1.34 dev-perl/Getopt-Long-Descriptive/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 26 Jul 2014 14:10:30 -0000 1.33 +++ ChangeLog 5 Apr 2015 14:20:44 -0000 1.34 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Getopt-Long-Descriptive -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.33 2014/07/26 14:10:30 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.34 2015/04/05 14:20:44 zlogene Exp $ + + 05 Apr 2015; Mikle Kolyada <[email protected]> + Getopt-Long-Descriptive-0.97.0.ebuild: + Fix missing test dep wrt bug #526518 *Getopt-Long-Descriptive-0.97.0 (26 Jul 2014)
