diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-02-07 02:27:15 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-02-07 02:27:15 +0000 |
commit | f929cfa5ac7970732424c4a6ebc1f0cf83846f56 (patch) | |
tree | 5555aa2d7b9cd92e18ab80a01484fea3aa6ac0f7 /dev-perl/UNIVERSAL-can | |
parent | Use python-r1 instead of python-single-r1. (diff) | |
download | gentoo-2-f929cfa5ac7970732424c4a6ebc1f0cf83846f56.tar.gz gentoo-2-f929cfa5ac7970732424c4a6ebc1f0cf83846f56.tar.bz2 gentoo-2-f929cfa5ac7970732424c4a6ebc1f0cf83846f56.zip |
Mark stable
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/UNIVERSAL-can')
-rw-r--r-- | dev-perl/UNIVERSAL-can/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/UNIVERSAL-can/ChangeLog b/dev-perl/UNIVERSAL-can/ChangeLog index 0f7cd6944f5f..50987ebaa2c3 100644 --- a/dev-perl/UNIVERSAL-can/ChangeLog +++ b/dev-perl/UNIVERSAL-can/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/UNIVERSAL-can -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.19 2014/08/22 21:12:56 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.20 2015/02/07 02:27:15 zlogene Exp $ + + 07 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> + UNIVERSAL-can-1.201.401.240.ebuild: + Mark stable *UNIVERSAL-can-1.201.207.260-r1 (22 Aug 2014) diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild index 4697c6ef29c3..31b9a7364f87 100644 --- a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild +++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild @@ -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/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild,v 1.1 2014/02/15 03:19:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild,v 1.2 2015/02/07 02:27:15 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix" +KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix" IUSE="test" RDEPEND="virtual/perl-Scalar-List-Utils" |