diff options
author | Emanuele Giaquinta <exg@gentoo.org> | 2006-10-02 09:50:03 +0000 |
---|---|---|
committer | Emanuele Giaquinta <exg@gentoo.org> | 2006-10-02 09:50:03 +0000 |
commit | 55ce27505d231e37dff6cea0ee4d3448984be7b9 (patch) | |
tree | f59ec468f727300264b6dd0d8f255ef945f7dd6e | |
parent | Added ~hppa to KEYWORDS. (diff) | |
download | gentoo-2-55ce27505d231e37dff6cea0ee4d3448984be7b9.tar.gz gentoo-2-55ce27505d231e37dff6cea0ee4d3448984be7b9.tar.bz2 gentoo-2-55ce27505d231e37dff6cea0ee4d3448984be7b9.zip |
Adjust deps, bug #145260; thanks to expose@luftgetrock.net.
(Portage version: 2.1.2_pre2)
-rw-r--r-- | app-benchmarks/acovea/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/acovea/acovea-5.1.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-benchmarks/acovea/ChangeLog b/app-benchmarks/acovea/ChangeLog index 1b1841313c6e..eda8bb0231ad 100644 --- a/app-benchmarks/acovea/ChangeLog +++ b/app-benchmarks/acovea/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/acovea # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/ChangeLog,v 1.8 2006/07/15 13:36:38 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/ChangeLog,v 1.9 2006/10/02 09:50:03 exg Exp $ + + 02 Oct 2006; Emanuele Giaquinta <exg@gentoo.org> ChangeLog: + Adjust deps, bug #145260; thanks to expose@luftgetrock.net. 15 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove aliz from metadata.xml as he's retired. diff --git a/app-benchmarks/acovea/acovea-5.1.1.ebuild b/app-benchmarks/acovea/acovea-5.1.1.ebuild index 460b44aec01f..73ea3ff7e58a 100644 --- a/app-benchmarks/acovea/acovea-5.1.1.ebuild +++ b/app-benchmarks/acovea/acovea-5.1.1.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/app-benchmarks/acovea/acovea-5.1.1.ebuild,v 1.1 2006/06/27 23:46:07 exg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/acovea-5.1.1.ebuild,v 1.2 2006/10/02 09:50:03 exg Exp $ inherit autotools @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -RDEPEND="dev-libs/libcoyotl - dev-libs/libevocosm +RDEPEND=">=dev-libs/libcoyotl-3.1.0 + >=dev-libs/libevocosm-3.1.0 dev-libs/expat" DEPEND="${RDEPEND}" |