diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-26 17:30:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-26 17:30:02 +0000 |
commit | 0fe9d8473b98e28e635d0c21ee424821c68586c2 (patch) | |
tree | dab7f5d7de5c3ee56ff04f588ece9635916de2f9 /games-action/atanks | |
parent | Adapt phonon dependency for package move (diff) | |
download | historical-0fe9d8473b98e28e635d0c21ee424821c68586c2.tar.gz historical-0fe9d8473b98e28e635d0c21ee424821c68586c2.tar.bz2 historical-0fe9d8473b98e28e635d0c21ee424821c68586c2.zip |
Pin media-libs/allegro to old version.
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
Diffstat (limited to 'games-action/atanks')
-rw-r--r-- | games-action/atanks/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/atanks/atanks-4.7.ebuild | 6 | ||||
-rw-r--r-- | games-action/atanks/atanks-4.8.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-action/atanks/ChangeLog b/games-action/atanks/ChangeLog index e829a1d47f44..5db3d1fc96fc 100644 --- a/games-action/atanks/ChangeLog +++ b/games-action/atanks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/atanks # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.60 2011/03/23 20:56:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.61 2011/03/26 17:30:02 ssuominen Exp $ + + 26 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> atanks-4.7.ebuild, + atanks-4.8.ebuild: + Pin media-libs/allegro to old version. *atanks-4.8 (23 Mar 2011) diff --git a/games-action/atanks/atanks-4.7.ebuild b/games-action/atanks/atanks-4.7.ebuild index 1f136e44efc5..cecf2b1b5981 100644 --- a/games-action/atanks/atanks-4.7.ebuild +++ b/games-action/atanks/atanks-4.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-4.7.ebuild,v 1.4 2010/10/15 13:43:46 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-4.7.ebuild,v 1.5 2011/03/26 17:30:02 ssuominen Exp $ EAPI=2 inherit eutils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="media-libs/allegro[X]" +DEPEND="<media-libs/allegro-5[X]" src_prepare() { find . -type f -name ".directory" -exec rm -vf '{}' + diff --git a/games-action/atanks/atanks-4.8.ebuild b/games-action/atanks/atanks-4.8.ebuild index ee9441a463e7..6aa32264ddc1 100644 --- a/games-action/atanks/atanks-4.8.ebuild +++ b/games-action/atanks/atanks-4.8.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/games-action/atanks/atanks-4.8.ebuild,v 1.1 2011/03/23 20:56:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-4.8.ebuild,v 1.2 2011/03/26 17:30:02 ssuominen Exp $ EAPI=2 inherit eutils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="media-libs/allegro[X]" +DEPEND="<media-libs/allegro-5[X]" src_prepare() { find . -type f -name ".directory" -exec rm -vf '{}' + |