diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/unscd/unscd-0.39.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/unscd/unscd-0.39.ebuild b/sys-apps/unscd/unscd-0.39.ebuild index 91e8881ccb31..a577002ffa13 100644 --- a/sys-apps/unscd/unscd-0.39.ebuild +++ b/sys-apps/unscd/unscd-0.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.39.ebuild,v 1.1 2009/06/07 21:57:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.39.ebuild,v 1.2 2010/02/15 23:41:31 vapier Exp $ DESCRIPTION="simple & stable nscd replacement" HOMEPAGE="http://busybox.net/~vda/unscd/README" @@ -8,7 +8,7 @@ SRC_URI="http://busybox.net/~vda/unscd/nscd-${PV}.c" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" S=${WORKDIR} |