diff options
Diffstat (limited to 'games-action/garden/garden-1.0.9.ebuild')
-rw-r--r-- | games-action/garden/garden-1.0.9.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-action/garden/garden-1.0.9.ebuild b/games-action/garden/garden-1.0.9.ebuild index 39f6086349d2..83edd1c5993d 100644 --- a/games-action/garden/garden-1.0.9.ebuild +++ b/games-action/garden/garden-1.0.9.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit eutils gnome2-utils autotools games +inherit eutils gnome2-utils autotools flag-o-matic games DESCRIPTION="Multiplatform vertical shoot-em-up with non-traditional elements" HOMEPAGE="http://garden.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" @@ -26,6 +26,7 @@ src_prepare() { -e 's/inline/extern inline/' \ src/stuff.h || die eautoreconf + append-cflags -std=gnu89 # build with gcc5 (bug #572672) } src_install() { |