diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-03-18 18:26:09 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-03-18 18:26:09 +0000 |
commit | 711e3e123041a72681ee6ecfee79a687b7c67889 (patch) | |
tree | be756a27c0fdc89697cee599426bec0eed2a8848 /dev-perl | |
parent | Add 1.16.10 (diff) | |
download | gentoo-2-711e3e123041a72681ee6ecfee79a687b7c67889.tar.gz gentoo-2-711e3e123041a72681ee6ecfee79a687b7c67889.tar.bz2 gentoo-2-711e3e123041a72681ee6ecfee79a687b7c67889.zip |
Drop ia64/sparc keywords
(Portage version: 2.1.10.49/cvs/Linux ia64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-Diff/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-Diff/Text-Diff-0.35.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/Text-Diff/ChangeLog b/dev-perl/Text-Diff/ChangeLog index dd3aff964ac0..1bb0d3586b99 100644 --- a/dev-perl/Text-Diff/ChangeLog +++ b/dev-perl/Text-Diff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Diff # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.25 2012/03/02 21:41:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.26 2012/03/18 18:26:09 armin76 Exp $ + + 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> Text-Diff-0.35.ebuild, + Text-Diff-1.410.0.ebuild: + Drop ia64/sparc keywords 02 Mar 2012; Brent Baude <ranger@gentoo.org> Text-Diff-1.410.0.ebuild: Marking Text-Diff-1.410.0 ppc64 for bug 396955 diff --git a/dev-perl/Text-Diff/Text-Diff-0.35.ebuild b/dev-perl/Text-Diff/Text-Diff-0.35.ebuild index 004190f2275f..1074eda950ad 100644 --- a/dev-perl/Text-Diff/Text-Diff-0.35.ebuild +++ b/dev-perl/Text-Diff/Text-Diff-0.35.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-0.35.ebuild,v 1.17 2007/01/19 16:56:30 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-0.35.ebuild,v 1.18 2012/03/18 18:26:09 armin76 Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/R/RB/RBS/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="" DEPEND="dev-perl/Algorithm-Diff diff --git a/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild b/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild index 74a8f37ac077..7aec4e89cbc3 100644 --- a/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild +++ b/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild,v 1.6 2012/03/02 21:41:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild,v 1.7 2012/03/18 18:26:09 armin76 Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Easily create test classes in an xUnit style." SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" RDEPEND="dev-perl/Algorithm-Diff" |