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
commitac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0 (patch)
treeaa605f04a4cb7cde6cda3bcf3456b9bbd4f6412f /sys-apps/util-linux
parentsymlink fixes (diff)
downloadhistorical-ac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0.tar.gz
historical-ac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0.tar.bz2
historical-ac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0.zip
lintool fixes for #9258
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r--sys-apps/util-linux/util-linux-2.11r-r1.ebuild7
-rw-r--r--sys-apps/util-linux/util-linux-2.11r.ebuild7
2 files changed, 4 insertions, 10 deletions
diff --git a/sys-apps/util-linux/util-linux-2.11r-r1.ebuild b/sys-apps/util-linux/util-linux-2.11r-r1.ebuild
index beedc2569479..91342c7be1a4 100644
--- a/sys-apps/util-linux/util-linux-2.11r-r1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.11r-r1.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/util-linux/util-linux-2.11r-r1.ebuild,v 1.10 2002/10/19 03:21:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11r-r1.ebuild,v 1.11 2002/10/19 04:06:04 vapier Exp $
IUSE="crypt nls"
@@ -15,8 +15,7 @@ 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"
@@ -41,7 +40,6 @@ src_unpack() {
}
src_compile() {
-
./configure || die
if [ -z "`use nls`" ]
@@ -71,4 +69,3 @@ src_install() {
docinto examples
dodoc example.files/*
}
-
diff --git a/sys-apps/util-linux/util-linux-2.11r.ebuild b/sys-apps/util-linux/util-linux-2.11r.ebuild
index 5a5c221272d9..fd52b3a91302 100644
--- a/sys-apps/util-linux/util-linux-2.11r.ebuild
+++ b/sys-apps/util-linux/util-linux-2.11r.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/util-linux/util-linux-2.11r.ebuild,v 1.9 2002/10/19 03:21:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11r.ebuild,v 1.10 2002/10/19 04:06:04 vapier Exp $
IUSE="nls"
@@ -15,8 +15,7 @@ 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"
@@ -38,7 +37,6 @@ src_unpack() {
}
src_compile() {
-
./configure || die
if [ -z "`use nls`" ]
@@ -68,4 +66,3 @@ src_install() {
docinto examples
dodoc example.files/*
}
-