diff options
Diffstat (limited to 'dev-perl/SVN-Simple')
-rw-r--r-- | dev-perl/SVN-Simple/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/SVN-Simple/ChangeLog b/dev-perl/SVN-Simple/ChangeLog index bb431f7da159..247dde515138 100644 --- a/dev-perl/SVN-Simple/ChangeLog +++ b/dev-perl/SVN-Simple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SVN-Simple # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.22 2011/08/29 09:31:15 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.23 2011/09/03 21:05:05 tove Exp $ + + 03 Sep 2011; Torsten Veller <tove@gentoo.org> SVN-Simple-0.270.0.ebuild: + Merge stable keywords from former version scheme ebuild *SVN-Simple-0.270.0 (29 Aug 2011) diff --git a/dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild b/dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild index bff4949ac307..27ceff0d4511 100644 --- a/dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild +++ b/dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild,v 1.1 2011/08/29 09:31:15 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild,v 1.2 2011/09/03 21:05:05 tove Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="SVN::Simple::Edit - Simple interface to SVN::Delta::Editor" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-vcs/subversion-0.31[perl]" |