diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-12-09 23:03:45 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-12-09 23:03:45 +0000 |
commit | 08e570a89d08deb70312ba85d7984835c2b66beb (patch) | |
tree | 964cdacd8437f693d2bfcce180a6b8ad25d27b0d /sys-apps/util-linux/util-linux-2.11y.ebuild | |
parent | added esound dependency. Fixes #11642 (diff) | |
download | gentoo-2-08e570a89d08deb70312ba85d7984835c2b66beb.tar.gz gentoo-2-08e570a89d08deb70312ba85d7984835c2b66beb.tar.bz2 gentoo-2-08e570a89d08deb70312ba85d7984835c2b66beb.zip |
mark stable
Diffstat (limited to 'sys-apps/util-linux/util-linux-2.11y.ebuild')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.11y.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys-apps/util-linux/util-linux-2.11y.ebuild b/sys-apps/util-linux/util-linux-2.11y.ebuild index 86fb3c8300f0..096aea70357a 100644 --- a/sys-apps/util-linux/util-linux-2.11y.ebuild +++ b/sys-apps/util-linux/util-linux-2.11y.ebuild @@ -1,25 +1,26 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11y.ebuild,v 1.2 2002/12/09 04:37:27 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11y.ebuild,v 1.3 2002/12/09 23:00:53 azarah Exp $ IUSE="crypt nls" -CRYPT_PATCH_P=${P}-crypt-gentoo -S=${WORKDIR}/${P} +CRYPT_PATCH_P="${P}-crypt-gentoo" +S="${WORKDIR}/${P}" DESCRIPTION="Various useful Linux utilities" SRC_URI="http://www.kernel.org/pub/linux/utils/${PN}/${P}.tar.gz crypt? ( http://gentoo.twobit.net/misc/${CRYPT_PATCH_P}.patch.gz )" # Patched for 2.11y -- NJ <carpaski@gentoo.org) # crypt? ( http://www.kernel.org/pub/linux/kernel/people/hvr/util-linux-patch-int/${CRYPT_PATCH_P}.patch.gz )" + HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2-r2 sys-apps/pam-login" -RDEPEND="$DEPEND sys-devel/perl +RDEPEND="${DEPEND} sys-devel/perl nls? ( sys-devel/gettext )" SLOT="0" |