diff options
author | 2011-03-26 17:22:47 +0000 | |
---|---|---|
committer | 2011-03-26 17:22:47 +0000 | |
commit | e7000d56241c5acc5b7153d7ff541866e0d42453 (patch) | |
tree | 951144a42fc6d64cd70653ec2e2b4897f6a871ee /dev-games/guichan/guichan-0.8.2.ebuild | |
parent | Adapt phonon dependency for package move (diff) | |
download | gentoo-2-e7000d56241c5acc5b7153d7ff541866e0d42453.tar.gz gentoo-2-e7000d56241c5acc5b7153d7ff541866e0d42453.tar.bz2 gentoo-2-e7000d56241c5acc5b7153d7ff541866e0d42453.zip |
Pin media-libs/allegro to old version.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-games/guichan/guichan-0.8.2.ebuild')
-rw-r--r-- | dev-games/guichan/guichan-0.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/guichan/guichan-0.8.2.ebuild b/dev-games/guichan/guichan-0.8.2.ebuild index 29a3b5ef0ee2..df35a9a4a261 100644 --- a/dev-games/guichan/guichan-0.8.2.ebuild +++ b/dev-games/guichan/guichan-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/guichan-0.8.2.ebuild,v 1.5 2011/01/16 04:06:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/guichan-0.8.2.ebuild,v 1.6 2011/03/26 17:22:47 ssuominen Exp $ EAPI=2 inherit eutils autotools @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="allegro opengl sdl static-libs" -DEPEND="allegro? ( media-libs/allegro ) +DEPEND="allegro? ( <media-libs/allegro-5 ) opengl? ( virtual/opengl ) sdl? ( media-libs/libsdl |