diff options
author | 2013-08-09 02:39:14 +0000 | |
---|---|---|
committer | 2013-08-09 02:39:14 +0000 | |
commit | abeb86efa6c0b71ad0f67568862706cc0b1ef5eb (patch) | |
tree | af84eca0470e9389aff70ae4c11afc566ee21989 /dev-lang | |
parent | Update dev-lang/perl[-build] dependency, bug 479076. (diff) | |
download | gentoo-2-abeb86efa6c0b71ad0f67568862706cc0b1ef5eb.tar.gz gentoo-2-abeb86efa6c0b71ad0f67568862706cc0b1ef5eb.tar.bz2 gentoo-2-abeb86efa6c0b71ad0f67568862706cc0b1ef5eb.zip |
Drop useless build USE flag, bug 407841.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/perl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.16.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.16.2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.16.3.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-lang/perl/ChangeLog b/dev-lang/perl/ChangeLog index 34b93320043c..560eda23d9ac 100644 --- a/dev-lang/perl/ChangeLog +++ b/dev-lang/perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/perl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.395 2013/03/14 12:46:31 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.396 2013/08/09 02:39:14 mattst88 Exp $ + + 09 Aug 2013; Matt Turner <mattst88@gentoo.org> perl-5.16.2-r1.ebuild, + perl-5.16.2.ebuild, perl-5.16.3.ebuild: + Drop useless build USE flag, bug 407841. 14 Mar 2013; Torsten Veller <tove@gentoo.org> files/eblits/src_install-v50160001.eblit: diff --git a/dev-lang/perl/perl-5.16.2-r1.ebuild b/dev-lang/perl/perl-5.16.2-r1.ebuild index 4800ce3e82e5..748c73e250fd 100644 --- a/dev-lang/perl/perl-5.16.2-r1.ebuild +++ b/dev-lang/perl/perl-5.16.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.16.2-r1.ebuild,v 1.1 2013/03/04 19:51:15 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.16.2-r1.ebuild,v 1.2 2013/08/09 02:39:14 mattst88 Exp $ EAPI=5 @@ -28,7 +28,7 @@ HOMEPAGE="http://www.perl.org/" LICENSE="|| ( Artistic GPL-1+ )" SLOT="0/${SHORT_PV}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="berkdb build debug doc gdbm ithreads" +IUSE="berkdb debug doc gdbm ithreads" RDEPEND=" berkdb? ( sys-libs/db ) diff --git a/dev-lang/perl/perl-5.16.2.ebuild b/dev-lang/perl/perl-5.16.2.ebuild index 6a567902474b..2eca30c85561 100644 --- a/dev-lang/perl/perl-5.16.2.ebuild +++ b/dev-lang/perl/perl-5.16.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.16.2.ebuild,v 1.3 2013/02/18 22:46:49 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.16.2.ebuild,v 1.4 2013/08/09 02:39:14 mattst88 Exp $ EAPI=5 @@ -28,7 +28,7 @@ HOMEPAGE="http://www.perl.org/" LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="berkdb build debug doc gdbm ithreads" +IUSE="berkdb debug doc gdbm ithreads" RDEPEND=" berkdb? ( sys-libs/db ) diff --git a/dev-lang/perl/perl-5.16.3.ebuild b/dev-lang/perl/perl-5.16.3.ebuild index 5929662a2f86..530eab97594a 100644 --- a/dev-lang/perl/perl-5.16.3.ebuild +++ b/dev-lang/perl/perl-5.16.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.16.3.ebuild,v 1.1 2013/03/12 04:38:09 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.16.3.ebuild,v 1.2 2013/08/09 02:39:14 mattst88 Exp $ EAPI=5 @@ -28,7 +28,7 @@ HOMEPAGE="http://www.perl.org/" LICENSE="|| ( Artistic GPL-1+ )" SLOT="0/${SHORT_PV}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="berkdb build debug doc gdbm ithreads" +IUSE="berkdb debug doc gdbm ithreads" RDEPEND=" berkdb? ( sys-libs/db ) |