diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-06-17 14:14:24 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-06-17 14:14:24 +0000 |
commit | 6e01a6cb30510e30a790d7dc4e01eac5490ac352 (patch) | |
tree | 6d7ef1acabfcb9142afd7a19c662400b1d98b2d3 /dev-perl/Mail-DomainKeys | |
parent | Drop alpha/ia64/sparc keywords (diff) | |
download | gentoo-2-6e01a6cb30510e30a790d7dc4e01eac5490ac352.tar.gz gentoo-2-6e01a6cb30510e30a790d7dc4e01eac5490ac352.tar.bz2 gentoo-2-6e01a6cb30510e30a790d7dc4e01eac5490ac352.zip |
Drop ia64 keywords
(Portage version: 2.1.10.53/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/Mail-DomainKeys')
-rw-r--r-- | dev-perl/Mail-DomainKeys/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Mail-DomainKeys/ChangeLog b/dev-perl/Mail-DomainKeys/ChangeLog index 90e829600703..1959f1f00f86 100644 --- a/dev-perl/Mail-DomainKeys/ChangeLog +++ b/dev-perl/Mail-DomainKeys/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Mail-DomainKeys -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.35 2011/09/04 11:21:44 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.36 2012/06/17 14:14:24 armin76 Exp $ + + 17 Jun 2012; Raúl Porcel <armin76@gentoo.org> Mail-DomainKeys-1.0.0.ebuild: + Drop ia64 keywords 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Mail-DomainKeys-1.0.ebuild: Cleanup diff --git a/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild b/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild index c47e5306e8a1..7d005ae25da7 100644 --- a/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild +++ b/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.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/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild,v 1.2 2011/09/03 21:04:59 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild,v 1.3 2012/06/17 14:14:24 armin76 Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A perl implementation of DomainKeys" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND=">=dev-perl/Net-DNS-0.34 |