diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-24 22:23:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-24 22:23:57 +0000 |
commit | 765637320d1f8e3e85a1c327520720ba3a27049f (patch) | |
tree | 25568c84ef068ffc87b3a7fe2dbe7a9ffecf9c57 /games-puzzle/atomix | |
parent | slot dep for glib (diff) | |
download | gentoo-2-765637320d1f8e3e85a1c327520720ba3a27049f.tar.gz gentoo-2-765637320d1f8e3e85a1c327520720ba3a27049f.tar.bz2 gentoo-2-765637320d1f8e3e85a1c327520720ba3a27049f.zip |
EAPI=2; tidy
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'games-puzzle/atomix')
-rw-r--r-- | games-puzzle/atomix/atomix-2.14.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-puzzle/atomix/atomix-2.14.0.ebuild b/games-puzzle/atomix/atomix-2.14.0.ebuild index 605b4a51412a..ad883a5ecc2f 100644 --- a/games-puzzle/atomix/atomix-2.14.0.ebuild +++ b/games-puzzle/atomix/atomix-2.14.0.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/atomix-2.14.0.ebuild,v 1.5 2008/03/07 16:54:08 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/atomix-2.14.0.ebuild,v 1.6 2011/01/24 22:23:57 mr_bones_ Exp $ +EAPI=2 inherit gnome2 DESCRIPTION="a game where you build full molecules, from simple inorganic to extremely complex organic ones" @@ -13,8 +14,8 @@ KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND=">=x11-libs/pango-1.0.3 - >=x11-libs/gtk+-2.6 - >=dev-libs/glib-2.6 + >=x11-libs/gtk+-2.6:2 + >=dev-libs/glib-2.6:2 >=gnome-base/gconf-2.12 >=gnome-base/libglade-2.4 >=gnome-base/libgnome-2.12 |