diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 03:21:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 03:21:25 +0000 |
commit | ef728bf56ec2f69744a18103c2b3370d30eaf1b5 (patch) | |
tree | aabcaf1c148af51ee8fbc44b3a8358c623487d3d /sys-apps/sh-utils | |
parent | lintool fixes for #9258 (diff) | |
download | historical-ef728bf56ec2f69744a18103c2b3370d30eaf1b5.tar.gz historical-ef728bf56ec2f69744a18103c2b3370d30eaf1b5.tar.bz2 historical-ef728bf56ec2f69744a18103c2b3370d30eaf1b5.zip |
lintool fixes for #9258
Diffstat (limited to 'sys-apps/sh-utils')
-rw-r--r-- | sys-apps/sh-utils/sh-utils-2.0.11-r5.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-apps/sh-utils/sh-utils-2.0.11-r5.ebuild b/sys-apps/sh-utils/sh-utils-2.0.11-r5.ebuild index 3a36067418c9..9dc76747444f 100644 --- a/sys-apps/sh-utils/sh-utils-2.0.11-r5.ebuild +++ b/sys-apps/sh-utils/sh-utils-2.0.11-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0.11-r5.ebuild,v 1.7 2002/10/05 05:39:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0.11-r5.ebuild,v 1.8 2002/10/19 03:21:24 vapier Exp $ IUSE="nls static build" @@ -10,15 +10,14 @@ SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/shellutils/shellutils.html" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" - RDEPEND="virtual/glibc" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64 alpha" src_unpack() { - unpack ${P}.tar.gz + unpack ${A} cd ${S} # patch to remove Stallman's su/wheel group rant and to add processor @@ -90,4 +89,3 @@ pkg_postinst() { rm -f ${ROOT}/usr/bin/hostname fi } - |