diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-18 09:23:17 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-18 09:23:17 +0000 |
commit | ea265b0b0886240219ae64fdc0be8d10d6590f54 (patch) | |
tree | 1ca8eeac3299fa652d1cf2db0f2c545b0934dc44 /app-dicts/eblook/eblook-1.5.1.ebuild | |
parent | needs stable app-sci/ncbi-tools first (diff) | |
download | historical-ea265b0b0886240219ae64fdc0be8d10d6590f54.tar.gz historical-ea265b0b0886240219ae64fdc0be8d10d6590f54.tar.bz2 historical-ea265b0b0886240219ae64fdc0be8d10d6590f54.zip |
<=eblook-1.6 doesn't work with >=eb-4.1. Marked 1.6.1 stable on x86 and ppc.
Diffstat (limited to 'app-dicts/eblook/eblook-1.5.1.ebuild')
-rw-r--r-- | app-dicts/eblook/eblook-1.5.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/eblook/eblook-1.5.1.ebuild b/app-dicts/eblook/eblook-1.5.1.ebuild index 0b821834d7f4..81c86bbc8eb4 100644 --- a/app-dicts/eblook/eblook-1.5.1.ebuild +++ b/app-dicts/eblook/eblook-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.7 2004/06/24 21:39:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.8 2004/11/18 09:23:17 usata Exp $ inherit eutils @@ -14,7 +14,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -RDEPEND=">=dev-libs/eb-3.3.4" +RDEPEND="!>=dev-libs/eb-4.1 + >=dev-libs/eb-3.3.4" DEPEND="${RDEPEND} >=sys-devel/autoconf-2.53" |