summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-19 04:06:04 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-19 04:06:04 +0000
commit19cb0f71bda03839bbc446854a3d0781e42aa83c (patch)
tree335792d0d70f21ee49b3f24962bbd47823a6c047 /sys-apps/textutils
parentsymlink fixes (diff)
downloadgentoo-2-19cb0f71bda03839bbc446854a3d0781e42aa83c.tar.gz
gentoo-2-19cb0f71bda03839bbc446854a3d0781e42aa83c.tar.bz2
gentoo-2-19cb0f71bda03839bbc446854a3d0781e42aa83c.zip
lintool fixes for #9258
Diffstat (limited to 'sys-apps/textutils')
-rw-r--r--sys-apps/textutils/textutils-2.0.21.ebuild5
-rw-r--r--sys-apps/textutils/textutils-2.1.ebuild5
2 files changed, 4 insertions, 6 deletions
diff --git a/sys-apps/textutils/textutils-2.0.21.ebuild b/sys-apps/textutils/textutils-2.0.21.ebuild
index 844a22672d04..713f356cba47 100644
--- a/sys-apps/textutils/textutils-2.0.21.ebuild
+++ b/sys-apps/textutils/textutils-2.0.21.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/textutils/textutils-2.0.21.ebuild,v 1.4 2002/10/05 05:39:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.21.ebuild,v 1.5 2002/10/19 04:06:04 vapier Exp $
IUSE="nls static build"
@@ -14,7 +14,7 @@ SLOT="0"
LICENSE="GPL-2"
DEPEND="nls? ( sys-devel/gettext )"
-
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${P}.tar.gz
@@ -25,7 +25,6 @@ src_unpack() {
rm doc/coreutils.info
}
-
src_compile() {
local myconf=""
use nls || myconf="--disable-nls"
diff --git a/sys-apps/textutils/textutils-2.1.ebuild b/sys-apps/textutils/textutils-2.1.ebuild
index 0bd9d909d126..9c6182c6a54b 100644
--- a/sys-apps/textutils/textutils-2.1.ebuild
+++ b/sys-apps/textutils/textutils-2.1.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/textutils/textutils-2.1.ebuild,v 1.3 2002/10/05 05:39:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1.ebuild,v 1.4 2002/10/19 04:06:04 vapier Exp $
IUSE="nls static build"
@@ -14,7 +14,7 @@ SLOT="0"
LICENSE="GPL-2"
DEPEND="nls? ( sys-devel/gettext )"
-
+RDEPEND="${DEPEND}"
src_compile() {
local myconf=""
@@ -52,4 +52,3 @@ src_install() {
rm -rf ${D}/usr/share
fi
}
-