diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-18 20:30:00 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-18 20:30:00 +0000 |
commit | 9806477b5963a2e4f0dc7f1c9ad1c14621d12966 (patch) | |
tree | a6e1f4f8b0eaaf8bbc65295a738b0a41cf0f8376 /games-misc | |
parent | x86 stable, bug #409403 (diff) | |
download | gentoo-2-9806477b5963a2e4f0dc7f1c9ad1c14621d12966.tar.gz gentoo-2-9806477b5963a2e4f0dc7f1c9ad1c14621d12966.tar.bz2 gentoo-2-9806477b5963a2e4f0dc7f1c9ad1c14621d12966.zip |
Remove dependency on grfcodec as the nml only is used in the grf conversion. Fixes bug#412559.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/opengfx/ChangeLog | 6 | ||||
-rw-r--r-- | games-misc/opengfx/opengfx-0.4.4.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-misc/opengfx/ChangeLog b/games-misc/opengfx/ChangeLog index c3341761e0bb..6cd5e75dc6d8 100644 --- a/games-misc/opengfx/ChangeLog +++ b/games-misc/opengfx/ChangeLog @@ -1,6 +1,10 @@ # 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.16 2012/04/18 18:46:06 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.17 2012/04/18 20:30:00 scarabeus Exp $ + + 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. + Fixes bug#412559. 18 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> opengfx-0.4.4.ebuild: Fix sandbox violation when gimp is around (missing dep). Fixes bug#412403. diff --git a/games-misc/opengfx/opengfx-0.4.4.ebuild b/games-misc/opengfx/opengfx-0.4.4.ebuild index 56c07d546def..1578c7ba1bd9 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.2 2012/04/18 18:46:06 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.3 2012/04/18 20:30:00 scarabeus Exp $ EAPI=3 inherit games @@ -17,7 +17,6 @@ IUSE="" S=${WORKDIR}/${P}-source DEPEND=" - >=games-util/grfcodec-5.1.1 >=games-util/nml-0.2.3 media-gfx/gimp " |