summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Bevin <gbevin@gentoo.org>2002-03-06 18:55:22 +0000
committerGeert Bevin <gbevin@gentoo.org>2002-03-06 18:55:22 +0000
commit149c8eb93ca9757fec52edd96f7540fdd8e508c4 (patch)
tree53ada6127917af426f55bcc99b4cb37379e49d09 /sys-apps/parted
parentFixed bug #980 (diff)
downloadgentoo-2-149c8eb93ca9757fec52edd96f7540fdd8e508c4.tar.gz
gentoo-2-149c8eb93ca9757fec52edd96f7540fdd8e508c4.tar.bz2
gentoo-2-149c8eb93ca9757fec52edd96f7540fdd8e508c4.zip
Dependency audit and fixes of bad syntaxes
Diffstat (limited to 'sys-apps/parted')
-rw-r--r--sys-apps/parted/parted-1.4.21.ebuild4
-rw-r--r--sys-apps/parted/parted-1.4.24.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/parted/parted-1.4.21.ebuild b/sys-apps/parted/parted-1.4.21.ebuild
index 2e94283351e1..5edfb2f17ed4 100644
--- a/sys-apps/parted/parted-1.4.21.ebuild
+++ b/sys-apps/parted/parted-1.4.21.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Peter Gavin <pete@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.21.ebuild,v 1.1 2001/12/17 16:38:08 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.21.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $
S=${WORKDIR}/${P}
DESCRIPTION="an advanced partition modification system"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/${PN}"
DEPEND="virtual/glibc
>=sys-apps/e2fsprogs-1.19-r2
readline? ( >=sys-libs/readline-4.1-r2 )
- nls? ( sys-devel/gettext-0.10.38 )
+ nls? ( >=sys-devel/gettext-0.10.38 )
python? ( >=dev-lang/python-2.0 )"
diff --git a/sys-apps/parted/parted-1.4.24.ebuild b/sys-apps/parted/parted-1.4.24.ebuild
index 77c952628db6..87fc8f5b8002 100644
--- a/sys-apps/parted/parted-1.4.24.ebuild
+++ b/sys-apps/parted/parted-1.4.24.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Peter Gavin <pete@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.24.ebuild,v 1.1 2002/01/28 18:27:13 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.24.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $
S=${WORKDIR}/${P}
DESCRIPTION="An advanced partition modification system"
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnu.org/software/${PN}"
DEPEND="virtual/glibc
>=sys-apps/e2fsprogs-1.19-r2
readline? ( >=sys-libs/readline-4.1-r2 )
- nls? ( sys-devel/gettext-0.10.38 )
+ nls? ( >=sys-devel/gettext-0.10.38 )
python? ( >=dev-lang/python-2.0 )"