diff options
author | 2011-10-14 06:19:16 +0000 | |
---|---|---|
committer | 2011-10-14 06:19:16 +0000 | |
commit | 28a661e5ecf99cd848ab570418230fddba578aa6 (patch) | |
tree | 28bd973190d7f0ec617f8d35f38ff9e39f7e8622 /games-action | |
parent | Use a SLOT dep instead of "<" for allegro. (diff) | |
download | gentoo-2-28a661e5ecf99cd848ab570418230fddba578aa6.tar.gz gentoo-2-28a661e5ecf99cd848ab570418230fddba578aa6.tar.bz2 gentoo-2-28a661e5ecf99cd848ab570418230fddba578aa6.zip |
Use a SLOT dep instead of "<" for allegro.
(Portage version: 2.2.0_alpha65/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/atanks/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/atanks/atanks-4.7.ebuild | 4 | ||||
-rw-r--r-- | games-action/atanks/atanks-5.1.ebuild | 4 | ||||
-rw-r--r-- | games-action/atanks/atanks-5.2.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/games-action/atanks/ChangeLog b/games-action/atanks/ChangeLog index 4f9df795fe9d..3ea823f483ce 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.68 2011/10/10 16:57:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.69 2011/10/14 06:19:16 vapier Exp $ + + 14 Oct 2011; Mike Frysinger <vapier@gentoo.org> atanks-4.7.ebuild, + atanks-5.1.ebuild, atanks-5.2.ebuild: + Use a SLOT dep instead of "<" for allegro. *atanks-5.2 (10 Oct 2011) diff --git a/games-action/atanks/atanks-4.7.ebuild b/games-action/atanks/atanks-4.7.ebuild index cecf2b1b5981..6a81577e1e35 100644 --- a/games-action/atanks/atanks-4.7.ebuild +++ b/games-action/atanks/atanks-4.7.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.7.ebuild,v 1.5 2011/03/26 17:30:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-4.7.ebuild,v 1.6 2011/10/14 06:19:16 vapier Exp $ EAPI=2 inherit eutils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="<media-libs/allegro-5[X]" +DEPEND="media-libs/allegro:0[X]" src_prepare() { find . -type f -name ".directory" -exec rm -vf '{}' + diff --git a/games-action/atanks/atanks-5.1.ebuild b/games-action/atanks/atanks-5.1.ebuild index fd0b0eb5fdcd..36e180cc995b 100644 --- a/games-action/atanks/atanks-5.1.ebuild +++ b/games-action/atanks/atanks-5.1.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-5.1.ebuild,v 1.3 2011/08/21 03:37:16 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-5.1.ebuild,v 1.4 2011/10/14 06:19:16 vapier Exp $ EAPI=2 inherit eutils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -DEPEND="<media-libs/allegro-5[X]" +DEPEND="media-libs/allegro:0[X]" src_prepare() { find . -type f -name ".directory" -exec rm -vf '{}' + diff --git a/games-action/atanks/atanks-5.2.ebuild b/games-action/atanks/atanks-5.2.ebuild index 325a029b51d9..af3e605d01f3 100644 --- a/games-action/atanks/atanks-5.2.ebuild +++ b/games-action/atanks/atanks-5.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/games-action/atanks/atanks-5.2.ebuild,v 1.1 2011/10/10 16:57:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-5.2.ebuild,v 1.2 2011/10/14 06:19:16 vapier Exp $ EAPI=2 inherit eutils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="<media-libs/allegro-5[X]" +DEPEND="media-libs/allegro:0[X]" src_prepare() { find . -type f -name ".directory" -exec rm -vf '{}' + |