diff options
author | 2014-07-26 14:33:41 +0000 | |
---|---|---|
committer | 2014-07-26 14:33:41 +0000 | |
commit | 05382660563082b1c3f2c656b4636771198a3c42 (patch) | |
tree | f09114f6573036efa4357e7b419420e025add31a /dev-perl/SQL-Abstract | |
parent | Remove old (diff) | |
download | gentoo-2-05382660563082b1c3f2c656b4636771198a3c42.tar.gz gentoo-2-05382660563082b1c3f2c656b4636771198a3c42.tar.bz2 gentoo-2-05382660563082b1c3f2c656b4636771198a3c42.zip |
Mark amd64/x86 stable
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/SQL-Abstract')
-rw-r--r-- | dev-perl/SQL-Abstract/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index 67598b7f16ef..71200d31eb20 100644 --- a/dev-perl/SQL-Abstract/ChangeLog +++ b/dev-perl/SQL-Abstract/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SQL-Abstract # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.58 2014/06/12 20:33:47 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.59 2014/07/26 14:33:41 zlogene Exp $ + + 26 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> SQL-Abstract-1.780.0.ebuild: + Mark amd64/x86 stable *SQL-Abstract-1.780.0 (12 Jun 2014) diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild index d2e339c29e8c..899008d04faa 100644 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild +++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild,v 1.1 2014/06/12 20:33:47 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild,v 1.2 2014/07/26 14:33:41 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Generate SQL from Perl data structures" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 ~ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris" IUSE="test" RDEPEND=" |