diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-03-08 08:20:29 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-03-08 08:20:29 +0000 |
commit | d0fd72d9425a66ba6b0197d745920c3cd570f9e9 (patch) | |
tree | 60c34eda4002b90baa5c8f73c92d7050b29e6707 /dev-perl/SVN-Simple | |
parent | amd64 stable, bug 491922 (diff) | |
download | gentoo-2-d0fd72d9425a66ba6b0197d745920c3cd570f9e9.tar.gz gentoo-2-d0fd72d9425a66ba6b0197d745920c3cd570f9e9.tar.bz2 gentoo-2-d0fd72d9425a66ba6b0197d745920c3cd570f9e9.zip |
sparc stable wrt bug #495468
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
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.280.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 4cf33cdff965..17f342504133 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.30 2014/03/05 15:28:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.31 2014/03/08 08:20:29 zlogene Exp $ + + 08 Mar 2014; Mikle Kolyada <zlogene@gentoo.org> SVN-Simple-0.280.0.ebuild: + sparc stable wrt bug #495468 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> SVN-Simple-0.280.0.ebuild: Stable for ppc, wrt bug #495468 diff --git a/dev-perl/SVN-Simple/SVN-Simple-0.280.0.ebuild b/dev-perl/SVN-Simple/SVN-Simple-0.280.0.ebuild index d6d034b1cdb1..e9eda30c51ec 100644 --- a/dev-perl/SVN-Simple/SVN-Simple-0.280.0.ebuild +++ b/dev-perl/SVN-Simple/SVN-Simple-0.280.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/SVN-Simple/SVN-Simple-0.280.0.ebuild,v 1.5 2014/03/05 15:28:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.280.0.ebuild,v 1.6 2014/03/08 08:20:29 zlogene 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]" |