diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-09-11 17:58:24 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-09-11 17:58:24 +0000 |
commit | 69538bc8086532b80dea93ac62317643c0840c99 (patch) | |
tree | 45d6b6908a977e1dcfa8858e3f56d36420f940dd /dev-perl/AnyEvent/AnyEvent-6.20.0.ebuild | |
parent | use += style with confgcc appending (diff) | |
download | gentoo-2-69538bc8086532b80dea93ac62317643c0840c99.tar.gz gentoo-2-69538bc8086532b80dea93ac62317643c0840c99.tar.bz2 gentoo-2-69538bc8086532b80dea93ac62317643c0840c99.zip |
Add ~alpha/~ia64 wrt #382095
(Portage version: 2.1.10.11/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/AnyEvent/AnyEvent-6.20.0.ebuild')
-rw-r--r-- | dev-perl/AnyEvent/AnyEvent-6.20.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/AnyEvent/AnyEvent-6.20.0.ebuild b/dev-perl/AnyEvent/AnyEvent-6.20.0.ebuild index dfacdbac632e..11d396495db2 100644 --- a/dev-perl/AnyEvent/AnyEvent-6.20.0.ebuild +++ b/dev-perl/AnyEvent/AnyEvent-6.20.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/AnyEvent/AnyEvent-6.20.0.ebuild,v 1.1 2011/09/02 18:48:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/AnyEvent/AnyEvent-6.20.0.ebuild,v 1.2 2011/09/11 17:58:24 armin76 Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="provide framework for multiple event loops" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" IUSE="" RDEPEND="dev-perl/Event" |