diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-12-29 16:30:44 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-12-29 16:30:44 +0000 |
commit | 4c013b925715551df3241290b5d1301816583425 (patch) | |
tree | 465976021e20952ac8a5ea5ff4d8a8e42f901784 /x11-themes | |
parent | - fixup for silly NetBSD stdout handling. updates for arches lacking proper h... (diff) | |
download | gentoo-2-4c013b925715551df3241290b5d1301816583425.tar.gz gentoo-2-4c013b925715551df3241290b5d1301816583425.tar.bz2 gentoo-2-4c013b925715551df3241290b5d1301816583425.zip |
Fix dependencies versions thanks to mark_alec.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/tango-icon-theme/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/tango-icon-theme/tango-icon-theme-0.6.3.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-themes/tango-icon-theme/ChangeLog b/x11-themes/tango-icon-theme/ChangeLog index 2c51313c43bd..8e233271b28f 100644 --- a/x11-themes/tango-icon-theme/ChangeLog +++ b/x11-themes/tango-icon-theme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/tango-icon-theme # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v 1.1 2005/12/29 04:27:37 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v 1.2 2005/12/29 16:30:44 metalgod Exp $ + + 29 Dec 2005; Luis Medinas <metalgod@gentoo.org> + tango-icon-theme-0.6.3.ebuild: + Fix dependencies versions thanks to mark_alec. *tango-icon-theme-0.6.3 (29 Dec 2005) diff --git a/x11-themes/tango-icon-theme/tango-icon-theme-0.6.3.ebuild b/x11-themes/tango-icon-theme/tango-icon-theme-0.6.3.ebuild index 324108bd0a5a..bdde8991834d 100644 --- a/x11-themes/tango-icon-theme/tango-icon-theme-0.6.3.ebuild +++ b/x11-themes/tango-icon-theme/tango-icon-theme-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.6.3.ebuild,v 1.1 2005/12/29 04:27:37 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.6.3.ebuild,v 1.2 2005/12/29 16:30:44 metalgod Exp $ DESCRIPTION="SVG icon theme from the Tango project" HOMEPAGE="http://tango-project.org/" @@ -13,10 +13,10 @@ IUSE="png" RDEPEND=">=x11-misc/icon-naming-utils-0.6 media-gfx/imagemagick - gnome-base/librsvg" + >=gnome-base/librsvg-2.12" DEPEND="${RDEPEND} - dev-util/pkgconfig" + >=dev-util/pkgconfig-0.20" src_compile() { if use png; then |