diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-04-18 20:34:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-04-18 20:34:23 +0000 |
commit | 4f47f2f19b30c39874dba66b7bcdb9f78bc31b3b (patch) | |
tree | 5963ff4e960899ea1ce3208834e23dab59cbf067 /games-misc | |
parent | Stable for amd64, wrt bug #410611 (diff) | |
download | gentoo-2-4f47f2f19b30c39874dba66b7bcdb9f78bc31b3b.tar.gz gentoo-2-4f47f2f19b30c39874dba66b7bcdb9f78bc31b3b.tar.bz2 gentoo-2-4f47f2f19b30c39874dba66b7bcdb9f78bc31b3b.zip |
tidy
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/opengfx/ChangeLog | 5 | ||||
-rw-r--r-- | games-misc/opengfx/opengfx-0.4.4.ebuild | 12 |
2 files changed, 9 insertions, 8 deletions
diff --git a/games-misc/opengfx/ChangeLog b/games-misc/opengfx/ChangeLog index 6cd5e75dc6d8..9a9b0ce0fac9 100644 --- a/games-misc/opengfx/ChangeLog +++ b/games-misc/opengfx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/opengfx # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.17 2012/04/18 20:30:00 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.18 2012/04/18 20:34:23 mr_bones_ Exp $ + + 18 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> opengfx-0.4.4.ebuild: + tidy 18 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> opengfx-0.4.4.ebuild: Remove dependency on grfcodec as the nml only is used in the grf conversion. diff --git a/games-misc/opengfx/opengfx-0.4.4.ebuild b/games-misc/opengfx/opengfx-0.4.4.ebuild index 1578c7ba1bd9..ef834daaa142 100644 --- a/games-misc/opengfx/opengfx-0.4.4.ebuild +++ b/games-misc/opengfx/opengfx-0.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.3 2012/04/18 20:30:00 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.4 2012/04/18 20:34:23 mr_bones_ Exp $ EAPI=3 inherit games @@ -14,14 +14,12 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -S=${WORKDIR}/${P}-source - -DEPEND=" - >=games-util/nml-0.2.3 - media-gfx/gimp -" +DEPEND=">=games-util/nml-0.2.3 + media-gfx/gimp" RDEPEND="" +S=${WORKDIR}/${P}-source + src_prepare() { sed -i -e 's/\[a-z\]/[[:alpha:]]/' ./scripts/Makefile.in || die } |