diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-03-01 07:25:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-03-01 07:25:00 +0000 |
commit | 98dfd3692495060c607f0bb50e411806b19ea529 (patch) | |
tree | e37f250bfe9899e7108318cc2d95b723bd460b78 /games-puzzle | |
parent | slot gtk+ dep (diff) | |
download | historical-98dfd3692495060c607f0bb50e411806b19ea529.tar.gz historical-98dfd3692495060c607f0bb50e411806b19ea529.tar.bz2 historical-98dfd3692495060c607f0bb50e411806b19ea529.zip |
slot gtk+ dep
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/glightoff/glightoff-1.0.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-puzzle/glightoff/glightoff-1.0.0.ebuild b/games-puzzle/glightoff/glightoff-1.0.0.ebuild index 58c698d5d0f2..630e7f3d2cdc 100644 --- a/games-puzzle/glightoff/glightoff-1.0.0.ebuild +++ b/games-puzzle/glightoff/glightoff-1.0.0.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0.ebuild,v 1.6 2009/11/30 13:50:22 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0.ebuild,v 1.7 2011/03/01 07:25:00 mr_bones_ Exp $ +EAPI=2 inherit gnome2 DESCRIPTION="a simple (but not so easy to solve!) puzzle game" @@ -13,5 +14,5 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -DEPEND=">=x11-libs/gtk+-2.6 +DEPEND=">=x11-libs/gtk+-2.6:2 gnome-base/librsvg" |