diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-13 11:02:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-13 11:02:34 +0000 |
commit | 7afa1ee8bc80cd1ee99461d0aa2dc226ec376204 (patch) | |
tree | a617e06ac2d8edbacc11c1d0bef37df7aa628eb3 /dev-perl | |
parent | Use pkgconfig to read udevdir from udev.pc. Drop old. (diff) | |
download | gentoo-2-7afa1ee8bc80cd1ee99461d0aa2dc226ec376204.tar.gz gentoo-2-7afa1ee8bc80cd1ee99461d0aa2dc226ec376204.tar.bz2 gentoo-2-7afa1ee8bc80cd1ee99461d0aa2dc226ec376204.zip |
Stable for amd64, wrt bug #429006
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sub-Exporter/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Sub-Exporter/Sub-Exporter-0.984.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sub-Exporter/ChangeLog b/dev-perl/Sub-Exporter/ChangeLog index 91a5f8b42885..7a437379543f 100644 --- a/dev-perl/Sub-Exporter/ChangeLog +++ b/dev-perl/Sub-Exporter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sub-Exporter # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Exporter/ChangeLog,v 1.24 2012/09/12 11:08:45 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Exporter/ChangeLog,v 1.25 2012/09/13 11:02:34 ago Exp $ + + 13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> Sub-Exporter-0.984.0.ebuild: + Stable for amd64, wrt bug #429006 12 Sep 2012; Johannes Huber <johu@gentoo.org> Sub-Exporter-0.984.0.ebuild: Stable for x86, wrt bug #429006 diff --git a/dev-perl/Sub-Exporter/Sub-Exporter-0.984.0.ebuild b/dev-perl/Sub-Exporter/Sub-Exporter-0.984.0.ebuild index 7e7c961c21f5..6053c5089fa4 100644 --- a/dev-perl/Sub-Exporter/Sub-Exporter-0.984.0.ebuild +++ b/dev-perl/Sub-Exporter/Sub-Exporter-0.984.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Exporter/Sub-Exporter-0.984.0.ebuild,v 1.6 2012/09/12 11:08:45 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Exporter/Sub-Exporter-0.984.0.ebuild,v 1.7 2012/09/13 11:02:34 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A sophisticated exporter for custom-built routines" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND=" |