diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-03-24 19:54:33 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-03-24 19:54:33 +0000 |
commit | c14a285e0b36685e2e3fbb8b481870884f334f46 (patch) | |
tree | 365436511aa5158a9bc946c4a1df7340aab73fb1 /dev-perl/Test-Memory-Cycle | |
parent | Drop sparc keywords (diff) | |
download | gentoo-2-c14a285e0b36685e2e3fbb8b481870884f334f46.tar.gz gentoo-2-c14a285e0b36685e2e3fbb8b481870884f334f46.tar.bz2 gentoo-2-c14a285e0b36685e2e3fbb8b481870884f334f46.zip |
Drop ia64/sparc keywords
(Portage version: 2.1.10.49/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/Test-Memory-Cycle')
-rw-r--r-- | dev-perl/Test-Memory-Cycle/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Test-Memory-Cycle/ChangeLog b/dev-perl/Test-Memory-Cycle/ChangeLog index 263404e95fb8..d348ccae3cfe 100644 --- a/dev-perl/Test-Memory-Cycle/ChangeLog +++ b/dev-perl/Test-Memory-Cycle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Memory-Cycle -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/ChangeLog,v 1.27 2011/09/04 11:22:26 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/ChangeLog,v 1.28 2012/03/24 19:54:33 armin76 Exp $ + + 24 Mar 2012; Raúl Porcel <armin76@gentoo.org> + Test-Memory-Cycle-1.40.0.ebuild: + Drop ia64/sparc keywords 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Test-Memory-Cycle-1.04.ebuild: Cleanup diff --git a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0.ebuild b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0.ebuild index 29434ba8430e..4d549763ed00 100644 --- a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0.ebuild +++ b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 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/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0.ebuild,v 1.2 2011/09/03 21:05:14 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0.ebuild,v 1.3 2012/03/24 19:54:33 armin76 Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Check for memory leaks and circular memory references" SLOT="0" -KEYWORDS="amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND=">=dev-perl/Devel-Cycle-1.04 |