diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 01:03:45 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 01:03:45 +0000 |
commit | 193a6d3af99561544806e19d9c16f2851c95943f (patch) | |
tree | 61e5bd7fee4851828073a0cc38f62ed643eac66e /dev-perl/SVN-Simple | |
parent | x86 stable wrt bug #471688 (diff) | |
download | gentoo-2-193a6d3af99561544806e19d9c16f2851c95943f.tar.gz gentoo-2-193a6d3af99561544806e19d9c16f2851c95943f.tar.bz2 gentoo-2-193a6d3af99561544806e19d9c16f2851c95943f.zip |
x86 stable wrt bug #495468
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-perl/SVN-Simple')
-rw-r--r-- | dev-perl/SVN-Simple/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SVN-Simple/SVN-Simple-0.280.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/SVN-Simple/ChangeLog b/dev-perl/SVN-Simple/ChangeLog index b656db955147..2dc752d44094 100644 --- a/dev-perl/SVN-Simple/ChangeLog +++ b/dev-perl/SVN-Simple/ChangeLog @@ -1,6 +1,10 @@ # 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.27 2014/02/11 15:34:38 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.28 2014/02/24 01:03:45 phajdan.jr Exp $ + + 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> + SVN-Simple-0.280.0.ebuild: + x86 stable wrt bug #495468 11 Feb 2014; Akinori Hattori <hattya@gentoo.org> SVN-Simple-0.280.0.ebuild: ia64 stable 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 22f5db982631..108b44084b6c 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.2 2014/02/11 15:34:38 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.280.0.ebuild,v 1.3 2014/02/24 01:03:45 phajdan.jr 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]" |