diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-04-25 16:48:59 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-04-25 16:48:59 +0000 |
commit | 6a977bd40d5766878469b52ae73abaf6922ff1a9 (patch) | |
tree | ccaa4587dbaef6f8634d7ccb5ff48735c085cffd /media-gfx | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-6a977bd40d5766878469b52ae73abaf6922ff1a9.tar.gz gentoo-2-6a977bd40d5766878469b52ae73abaf6922ff1a9.tar.bz2 gentoo-2-6a977bd40d5766878469b52ae73abaf6922ff1a9.zip |
dep fix
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gnome-iconedit/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-gfx/gnome-iconedit/ChangeLog b/media-gfx/gnome-iconedit/ChangeLog index f8e49eb81f32..c0bfc8f1313d 100644 --- a/media-gfx/gnome-iconedit/ChangeLog +++ b/media-gfx/gnome-iconedit/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for media-gfx/gnome-iconedit # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-iconedit/ChangeLog,v 1.8 2003/03/25 20:07:59 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-iconedit/ChangeLog,v 1.9 2003/04/25 16:48:59 foser Exp $ *gnome-iconedit-1.2.0-r5 (1 May 2002) + 25 Apr 2003; foser <foser@gentoo.org> gnome-iconedit-1.2.0-r5.ebuild : + Added libxml dep (#19801) + 25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> gnome-iconedit-1.2.0-r5.ebuild: homepage syntax fix. thanks to: Frantz Dhin <tragedy_rm@hotmail.com> in bug diff --git a/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild b/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild index 1c3151aa7c9a..28f938771cb9 100644 --- a/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild +++ b/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild,v 1.11 2003/03/25 20:07:59 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild,v 1.12 2003/04/25 16:48:59 foser Exp $ S=${WORKDIR}/${P} DESCRIPTION="Edits icons, what more can you say?" @@ -14,6 +14,7 @@ KEYWORDS="x86 ppc sparc" DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 =x11-libs/gtk+-1.2* >=media-libs/gdk-pixbuf-0.11.0-r1 + dev-libs/libxml media-libs/libpng gnome-base/ORBit" # Gnome-Print support is broken |