summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-14 06:18:33 +0000
committerMike Frysinger <vapier@gentoo.org>2011-10-14 06:18:33 +0000
commit691249b8b4e943191e7a1c665ec7c23663d72956 (patch)
treec52c1f9fe3761eaedff8f93f77c0ce969daa2e83 /games-puzzle
parentUse a SLOT dep instead of "<" for allegro. (diff)
downloadgentoo-2-691249b8b4e943191e7a1c665ec7c23663d72956.tar.gz
gentoo-2-691249b8b4e943191e7a1c665ec7c23663d72956.tar.bz2
gentoo-2-691249b8b4e943191e7a1c665ec7c23663d72956.zip
Use a SLOT dep instead of "<" for allegro.
(Portage version: 2.2.0_alpha65/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/tod/ChangeLog5
-rw-r--r--games-puzzle/tod/tod-0.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/games-puzzle/tod/ChangeLog b/games-puzzle/tod/ChangeLog
index 9da9c505a072..073d9010456d 100644
--- a/games-puzzle/tod/ChangeLog
+++ b/games-puzzle/tod/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/tod
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tod/ChangeLog,v 1.4 2011/06/15 16:47:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tod/ChangeLog,v 1.5 2011/10/14 06:18:33 vapier Exp $
+
+ 14 Oct 2011; Mike Frysinger <vapier@gentoo.org> tod-0.ebuild:
+ Use a SLOT dep instead of "<" for allegro.
15 Jun 2011; Michael Sterrett <mr_bones_@gentoo.org> tod-0.ebuild:
Add X use dep for bug #371237
diff --git a/games-puzzle/tod/tod-0.ebuild b/games-puzzle/tod/tod-0.ebuild
index 5456e3e5974d..09d971763377 100644
--- a/games-puzzle/tod/tod-0.ebuild
+++ b/games-puzzle/tod/tod-0.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tod/tod-0.ebuild,v 1.6 2011/06/15 16:47:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tod/tod-0.ebuild,v 1.7 2011/10/14 06:18:33 vapier Exp $
+
+EAPI="2"
-EAPI=2
inherit eutils games
DESCRIPTION="Tetanus On Drugs simulates playing a Tetris clone under the influence of hallucinogenic drugs"
@@ -14,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
-RDEPEND="<media-libs/allegro-5[X]"
+RDEPEND="media-libs/allegro:0[X]"
DEPEND="${RDEPEND}
app-arch/unzip"