diff options
author | Peter Weller <welp@gentoo.org> | 2007-04-06 17:49:36 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-04-06 17:49:36 +0000 |
commit | 81e1f51709fab8e324f8d273adda712d7d302b61 (patch) | |
tree | b850ebd684f84696d207998c3c2afad93c8abb18 /net-libs/enet/enet-1.0.ebuild | |
parent | Remove all KEYWORDS except mips because it's broken. Unsupported by upstream ... (diff) | |
download | gentoo-2-81e1f51709fab8e324f8d273adda712d7d302b61.tar.gz gentoo-2-81e1f51709fab8e324f8d273adda712d7d302b61.tar.bz2 gentoo-2-81e1f51709fab8e324f8d273adda712d7d302b61.zip |
Keyworded on amd64
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-libs/enet/enet-1.0.ebuild')
-rw-r--r-- | net-libs/enet/enet-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/enet/enet-1.0.ebuild b/net-libs/enet/enet-1.0.ebuild index 880e3c497ec5..8a41f11fab8e 100644 --- a/net-libs/enet/enet-1.0.ebuild +++ b/net-libs/enet/enet-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/enet-1.0.ebuild,v 1.3 2007/04/06 12:41:28 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/enet-1.0.ebuild,v 1.4 2007/04/06 17:49:36 welp Exp $ DESCRIPTION="relatively thin, simple and robust network communication layer on top of UDP" HOMEPAGE="http://enet.bespin.org/" @@ -8,7 +8,7 @@ SRC_URI="http://enet.bespin.org/download/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="" src_install() { |