diff options
author | 2004-08-31 15:49:09 +0000 | |
---|---|---|
committer | 2004-08-31 15:49:09 +0000 | |
commit | 356ea1b3a6d867fbf71f33a680db05fb7208a64c (patch) | |
tree | b24083da8f174a59cab3360a2690fe251a8e054a /dev-libs/libip_vs_user_sync | |
parent | Wrong category, my fault. (diff) | |
download | gentoo-2-356ea1b3a6d867fbf71f33a680db05fb7208a64c.tar.gz gentoo-2-356ea1b3a6d867fbf71f33a680db05fb7208a64c.tar.bz2 gentoo-2-356ea1b3a6d867fbf71f33a680db05fb7208a64c.zip |
Small fixes.
Diffstat (limited to 'dev-libs/libip_vs_user_sync')
-rw-r--r-- | dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild b/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild index aae33bdd30e3..4d3ab661fac4 100644 --- a/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild +++ b/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild,v 1.1 2004/08/31 15:39:41 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild,v 1.2 2004/08/31 15:49:09 tantive Exp $ inherit eutils @@ -12,7 +12,7 @@ DEPEND="virtual/glibc >=dev-libs/vanessa-logger-0.0.6" SRC_URI="http://www.ultramonkey.org/download/conn_sync/${P}.tar.gz" SLOT="0" -KEYWORDS="-*" +KEYWORDS="-* ~x86" IUSE="" S="${WORKDIR}/${P}" |