diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 10:03:16 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 10:03:16 +0000 |
commit | 0248405e6ddb05767547f2cca88233b1ba27704c (patch) | |
tree | 1ca6779452eca3694b2ad0356fe5a4598d4b0950 /perl-core | |
parent | Add autodie to Perl 5.22 mask (diff) | |
download | gentoo-2-0248405e6ddb05767547f2cca88233b1ba27704c.tar.gz gentoo-2-0248405e6ddb05767547f2cca88233b1ba27704c.tar.bz2 gentoo-2-0248405e6ddb05767547f2cca88233b1ba27704c.zip |
Drop keywords
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/autodie/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/autodie/autodie-2.220.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/perl-core/autodie/ChangeLog b/perl-core/autodie/ChangeLog index b3ef53647b2c..f46412555a65 100644 --- a/perl-core/autodie/ChangeLog +++ b/perl-core/autodie/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/autodie -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/autodie/ChangeLog,v 1.5 2014/07/15 19:20:47 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/autodie/ChangeLog,v 1.6 2015/06/13 10:03:16 dilfridge Exp $ + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + autodie-2.220.0.ebuild: + Drop keywords 15 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> -autodie-2.160.0.ebuild, -autodie-2.200.0.ebuild, -autodie-2.210.0.ebuild: diff --git a/perl-core/autodie/autodie-2.220.0.ebuild b/perl-core/autodie/autodie-2.220.0.ebuild index aea3cf43926e..1d14f832db37 100644 --- a/perl-core/autodie/autodie-2.220.0.ebuild +++ b/perl-core/autodie/autodie-2.220.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/autodie/autodie-2.220.0.ebuild,v 1.1 2013/10/28 05:39:15 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/autodie/autodie-2.220.0.ebuild,v 1.2 2015/06/13 10:03:16 dilfridge Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION='Replace functions with ones that succeed or die with lexical scope' SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="" SRC_TEST="do" |