diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-08 17:00:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-08 17:00:09 +0000 |
commit | fda7fe406e3a6853ecf52f1a6376bd7125bfa7e9 (patch) | |
tree | 904b4aa80af92b9cf3c5e0e235fa57f0e6e74f18 /games-strategy/liquidwar/liquidwar-5.6.3.ebuild | |
parent | Fix mono version dependency (diff) | |
download | gentoo-2-fda7fe406e3a6853ecf52f1a6376bd7125bfa7e9.tar.gz gentoo-2-fda7fe406e3a6853ecf52f1a6376bd7125bfa7e9.tar.bz2 gentoo-2-fda7fe406e3a6853ecf52f1a6376bd7125bfa7e9.zip |
fix the deps (bug #114196)
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-strategy/liquidwar/liquidwar-5.6.3.ebuild')
-rw-r--r-- | games-strategy/liquidwar/liquidwar-5.6.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/liquidwar/liquidwar-5.6.3.ebuild b/games-strategy/liquidwar/liquidwar-5.6.3.ebuild index 28d984a3fcd0..b41bdce50111 100644 --- a/games-strategy/liquidwar/liquidwar-5.6.3.ebuild +++ b/games-strategy/liquidwar/liquidwar-5.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.3.ebuild,v 1.1 2005/12/01 04:32:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.3.ebuild,v 1.2 2005/12/08 17:00:09 mr_bones_ Exp $ inherit flag-o-matic games @@ -10,10 +10,10 @@ SRC_URI="http://savannah.nongnu.org/download/liquidwar/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="nls" -DEPEND=">media-libs/allegro-4.0" +DEPEND=">=media-libs/allegro-4.2" src_unpack() { unpack ${A} |