diff options
Diffstat (limited to 'sys-apps/getent/getent-0.ebuild')
-rw-r--r-- | sys-apps/getent/getent-0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/getent/getent-0.ebuild b/sys-apps/getent/getent-0.ebuild index 6307204..98e8844 100644 --- a/sys-apps/getent/getent-0.ebuild +++ b/sys-apps/getent/getent-0.ebuild @@ -9,6 +9,7 @@ HOMEPAGE="http://www.uclibc.org/" if [[ ${PV} == "9999" ]] ; then SRC_URI="http://git.uclibc.org/uClibc/plain/extra/scripts/${PN}" + KEYWORDS="" MY_P=${PN} else SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}" @@ -16,7 +17,6 @@ else MY_P=${P} fi - LICENSE="LGPL-2" SLOT="0" |