diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-05 21:38:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-05 21:38:03 +0000 |
commit | 81aca9707c7f14a78910314cdcf7e77af9dca207 (patch) | |
tree | 438938aa4d29a180b3c0a753db5da63af1e26d45 /sys-apps/parted/parted-1.6.10.ebuild | |
parent | No clients for mips or hppa. (Manifest recommit) (diff) | |
download | gentoo-2-81aca9707c7f14a78910314cdcf7e77af9dca207.tar.gz gentoo-2-81aca9707c7f14a78910314cdcf7e77af9dca207.tar.bz2 gentoo-2-81aca9707c7f14a78910314cdcf7e77af9dca207.zip |
Remove dependency on progsreiserfs since it is so broken #51773.
Diffstat (limited to 'sys-apps/parted/parted-1.6.10.ebuild')
-rw-r--r-- | sys-apps/parted/parted-1.6.10.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-apps/parted/parted-1.6.10.ebuild b/sys-apps/parted/parted-1.6.10.ebuild index b73dc8f08b88..5329ed4d4678 100644 --- a/sys-apps/parted/parted-1.6.10.ebuild +++ b/sys-apps/parted/parted-1.6.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.10.ebuild,v 1.3 2004/05/29 20:47:37 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.10.ebuild,v 1.4 2004/06/05 21:38:03 vapier Exp $ inherit eutils @@ -14,16 +14,13 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 -*" -IUSE="nls static readline debug noreiserfs" +IUSE="nls static readline debug" DEPEND=">=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.2 nls? ( sys-devel/gettext ) readline? ( >=sys-libs/readline-4.1-r4 )" -RDEPEND="${DEPEND} - !noreiserfs? ( =sys-fs/progsreiserfs-0.3.0* )" - PATCHDIR=${WORKDIR}/patches src_unpack() { |