diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-07-27 09:59:37 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-07-27 09:59:37 +0000 |
commit | 0c3bcc9cd6893ae80129b8cdeb1fcdf648b1f1b6 (patch) | |
tree | 3a97a6cd88abedae08e03ad21e2194cc79a31dce /media-gfx/gimp | |
parent | Remove old versions (diff) | |
download | gentoo-2-0c3bcc9cd6893ae80129b8cdeb1fcdf648b1f1b6.tar.gz gentoo-2-0c3bcc9cd6893ae80129b8cdeb1fcdf648b1f1b6.tar.bz2 gentoo-2-0c3bcc9cd6893ae80129b8cdeb1fcdf648b1f1b6.zip |
gimp some minor fixes
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r-- | media-gfx/gimp/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-2.3.19.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/media-gfx/gimp/ChangeLog b/media-gfx/gimp/ChangeLog index 2177c4d4a184..27f53c63d164 100644 --- a/media-gfx/gimp/ChangeLog +++ b/media-gfx/gimp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gimp # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.216 2007/07/26 01:04:08 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.217 2007/07/27 09:59:37 hanno Exp $ + + 27 Jul 2007; Hanno Boeck <hanno@gentoo.org> gimp-2.3.19.ebuild: + Raised gtk+-dep and removed obsolete parallel-build workaround. *gimp-2.3.19 (26 Jul 2007) diff --git a/media-gfx/gimp/gimp-2.3.19.ebuild b/media-gfx/gimp/gimp-2.3.19.ebuild index ca14916e286a..f471ce3c6e9b 100644 --- a/media-gfx/gimp/gimp-2.3.19.ebuild +++ b/media-gfx/gimp/gimp-2.3.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.3.19.ebuild,v 1.1 2007/07/26 01:04:08 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.3.19.ebuild,v 1.2 2007/07/27 09:59:37 hanno Exp $ inherit fdo-mime flag-o-matic multilib python @@ -10,15 +10,12 @@ SRC_URI="mirror://gimp/v2.3/${P}.tar.bz2" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="alsa aalib altivec curl dbus debug doc gtkhtml gnome jpeg lcms mmx mng pdf png python smp sse svg tiff wmf" -# Upstream-bug, will be fixed in the next release -MAKEOPTS="-j1" - RDEPEND=">=dev-libs/glib-2.12.3 - >=x11-libs/gtk+-2.10.6 + >=x11-libs/gtk+-2.10.13 >=x11-libs/pango-1.12.2 >=media-libs/freetype-2.1.7 >=media-libs/fontconfig-2.2.0 |