diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-24 21:21:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-24 21:21:53 +0000 |
commit | 038f6fabd5efd3e42b689a5dd9aa633171109217 (patch) | |
tree | 6c7b178f84db2537eb9071838626161bb2231792 /games-emulation | |
parent | EAPI=2; get rid of X11R6 in the config for the database location (bug #286206) (diff) | |
download | gentoo-2-038f6fabd5efd3e42b689a5dd9aa633171109217.tar.gz gentoo-2-038f6fabd5efd3e42b689a5dd9aa633171109217.tar.bz2 gentoo-2-038f6fabd5efd3e42b689a5dd9aa633171109217.zip |
use a slot dep for gtk+
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/gens/gens-2.15.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/gens/gens-2.15.5.ebuild b/games-emulation/gens/gens-2.15.5.ebuild index 9674e668c3e6..7cdd44f1b170 100644 --- a/games-emulation/gens/gens-2.15.5.ebuild +++ b/games-emulation/gens/gens-2.15.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/gens-2.15.5.ebuild,v 1.2 2009/02/04 15:39:31 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/gens-2.15.5.ebuild,v 1.3 2009/09/24 21:21:53 mr_bones_ Exp $ EAPI=2 inherit eutils flag-o-matic games @@ -16,7 +16,7 @@ IUSE="" RDEPEND="virtual/opengl >=media-libs/libsdl-1.2 - >=x11-libs/gtk+-2.4" + x11-libs/gtk+:2" DEPEND="${RDEPEND} >=dev-lang/nasm-0.98" |