diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-03-02 23:00:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-03-02 23:00:33 +0000 |
commit | 516079403cbad2a7a8db7050ed1b4a4e9e5800ee (patch) | |
tree | fef4eea30446f591736dce6ac7d748ac5ae9778d /dev-games | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-516079403cbad2a7a8db7050ed1b4a4e9e5800ee.tar.gz gentoo-2-516079403cbad2a7a8db7050ed1b4a4e9e5800ee.tar.bz2 gentoo-2-516079403cbad2a7a8db7050ed1b4a4e9e5800ee.zip |
EAPI=2; slot gtk+ dep
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/gtkradiant/ChangeLog | 8 | ||||
-rw-r--r-- | dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-games/gtkradiant/ChangeLog b/dev-games/gtkradiant/ChangeLog index acaf0783b192..b46cb3a73dce 100644 --- a/dev-games/gtkradiant/ChangeLog +++ b/dev-games/gtkradiant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-games/gtkradiant -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/gtkradiant/ChangeLog,v 1.16 2010/03/09 06:11:20 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/gtkradiant/ChangeLog,v 1.17 2011/03/02 23:00:33 mr_bones_ Exp $ + + 02 Mar 2011; Michael Sterrett <mr_bones_@gentoo.org> + gtkradiant-1.5.0_pre20060302.ebuild: + EAPI=2; slot gtk+ dep 09 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> gtkradiant-1.5.0_pre20060302.ebuild: diff --git a/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild b/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild index c1670509cce5..175874fc5ff0 100644 --- a/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild +++ b/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild @@ -1,7 +1,8 @@ -# 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/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild,v 1.2 2010/03/09 06:11:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild,v 1.3 2011/03/02 23:00:33 mr_bones_ Exp $ +EAPI=2 inherit eutils games rpm DS="${PV/*_pre}" @@ -18,7 +19,7 @@ RDEPEND="=media-libs/libpng-1.2* sys-libs/zlib app-crypt/mhash =dev-libs/glib-2* - =x11-libs/gtk+-2* + x11-libs/gtk+:2 dev-libs/atk x11-libs/pango x11-libs/gtkglext |