diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-10-14 17:52:06 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-10-14 17:52:06 +0000 |
commit | b5a39f29ce70f272012f1976ec45c1cea7d57ba2 (patch) | |
tree | 5dd75df814436873f82ee2cb1bfc892d2902a833 /sys-apps/parted/parted-1.8.8.ebuild | |
parent | Drop local USE flags for muttng, which was removed in July. (diff) | |
download | historical-b5a39f29ce70f272012f1976ec45c1cea7d57ba2.tar.gz historical-b5a39f29ce70f272012f1976ec45c1cea7d57ba2.tar.bz2 historical-b5a39f29ce70f272012f1976ec45c1cea7d57ba2.zip |
Change readline dependency to be version 5.2 or better. Thanks to Jacob Welsh <welshjf@gmail.com> for pointing it out. Closing bug #195791.
Package-Manager: portage-2.1.3.12
Diffstat (limited to 'sys-apps/parted/parted-1.8.8.ebuild')
-rw-r--r-- | sys-apps/parted/parted-1.8.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/parted/parted-1.8.8.ebuild b/sys-apps/parted/parted-1.8.8.ebuild index 668d506b70b2..d034066f002a 100644 --- a/sys-apps/parted/parted-1.8.8.ebuild +++ b/sys-apps/parted/parted-1.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.8.8.ebuild,v 1.10 2007/10/06 05:25:48 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.8.8.ebuild,v 1.11 2007/10/14 17:52:06 wolf31o2 Exp $ inherit eutils @@ -18,7 +18,7 @@ IUSE="nls readline debug selinux device-mapper" DEPEND=">=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.2 nls? ( >=sys-devel/gettext-0.12.1-r2 ) - readline? ( >=sys-libs/readline-4.1-r4 ) + readline? ( >=sys-libs/readline-5.2 ) selinux? ( sys-libs/libselinux ) device-mapper? ( sys-fs/device-mapper )" |