diff options
author | 2006-10-16 13:00:02 +0000 | |
---|---|---|
committer | 2006-10-16 13:00:02 +0000 | |
commit | e30593eaf1f39fa7aadd6017a6d156ffea8f1e57 (patch) | |
tree | 1fcaddc2d5983e48498d3d60a1c1733068fc70df /dev-cpp | |
parent | Version bump, thanks to george@gentoo.org for his help. (diff) | |
download | gentoo-2-e30593eaf1f39fa7aadd6017a6d156ffea8f1e57.tar.gz gentoo-2-e30593eaf1f39fa7aadd6017a6d156ffea8f1e57.tar.bz2 gentoo-2-e30593eaf1f39fa7aadd6017a6d156ffea8f1e57.zip |
remove old versions
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/ice/ice-3.1.0-r6.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-cpp/ice/ice-3.1.0-r6.ebuild b/dev-cpp/ice/ice-3.1.0-r6.ebuild index 3ff1667afa72..12622641b5ae 100644 --- a/dev-cpp/ice/ice-3.1.0-r6.ebuild +++ b/dev-cpp/ice/ice-3.1.0-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ice/ice-3.1.0-r6.ebuild,v 1.3 2006/08/06 00:56:40 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ice/ice-3.1.0-r6.ebuild,v 1.4 2006/10/16 13:00:02 caleb Exp $ inherit eutils @@ -15,13 +15,12 @@ SLOT="0" KEYWORDS="~x86" IUSE="ncurses test debug" -DEPEND="ncurses? ( sys-libs/ncurses - sys-libs/readline ) - test? ( >=dev-lang/python-2.2 ) - ~sys-libs/db-4.3.29 - >=dev-libs/openssl-0.9.7" +DEPEND="ncurses? ( sys-libs/ncurses sys-libs/readline ) + test? ( >=dev-lang/python-2.2 ) + ~sys-libs/db-4.3.29 + >=dev-libs/openssl-0.9.7" RDEPEND=">=dev-libs/expat-1.9 - >=app-arch/bzip2-1.0" + >=app-arch/bzip2-1.0" S=${WORKDIR}/${MY_P} |