diff options
Diffstat (limited to 'games-puzzle/atomix/atomix-2.14.0.ebuild')
-rw-r--r-- | games-puzzle/atomix/atomix-2.14.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-puzzle/atomix/atomix-2.14.0.ebuild b/games-puzzle/atomix/atomix-2.14.0.ebuild index 2aacf096fa52..40e4923d8dd4 100644 --- a/games-puzzle/atomix/atomix-2.14.0.ebuild +++ b/games-puzzle/atomix/atomix-2.14.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 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.8 2013/11/04 19:44:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/atomix-2.14.0.ebuild,v 1.9 2013/12/07 21:39:56 tupone Exp $ EAPI=5 GNOME_TARBALL_SUFFIX=bz2 -inherit gnome2 +inherit autotools gnome2 DESCRIPTION="a game where you build full molecules, from simple inorganic to extremely complex organic ones" HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/atomix/" @@ -37,5 +37,7 @@ src_prepare() { -e '/Icon/s/\.png//' \ -e '/Categories/s/PuzzleGame;//' \ atomix.desktop.in || die + epatch "${FILESDIR}"/${P}-underlink.patch + eautoreconf gnome2_src_prepare } |