diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-02-15 23:41:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-02-15 23:41:31 +0000 |
commit | 15a87a8e488bf2fcb8007d613c4a01f231d02130 (patch) | |
tree | 32edfe9dad8361139e56203897bac7548e2e06f1 /sys-apps/unscd | |
parent | Initial import of bitescript ebuild for JRuby. Far from perfect, as we still ... (diff) | |
download | gentoo-2-15a87a8e488bf2fcb8007d613c4a01f231d02130.tar.gz gentoo-2-15a87a8e488bf2fcb8007d613c4a01f231d02130.tar.bz2 gentoo-2-15a87a8e488bf2fcb8007d613c4a01f231d02130.zip |
stabilize
Diffstat (limited to 'sys-apps/unscd')
-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} |