diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-10-13 05:59:26 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-10-13 05:59:26 +0000 |
commit | 8c9b414cd65155c448609c21a0bcbc3b7e814248 (patch) | |
tree | 3e375d25cd92e018cad351cf2bccb119246eb186 /gnome-extra/zenity | |
parent | need to declare x as a local var in strip-unsupported-flags so we dont pollut... (diff) | |
download | gentoo-2-8c9b414cd65155c448609c21a0bcbc3b7e814248.tar.gz gentoo-2-8c9b414cd65155c448609c21a0bcbc3b7e814248.tar.bz2 gentoo-2-8c9b414cd65155c448609c21a0bcbc3b7e814248.zip |
Moving gnome-doc-utils from RDEPEND to DEPEND
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'gnome-extra/zenity')
-rw-r--r-- | gnome-extra/zenity/zenity-2.12.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-extra/zenity/zenity-2.12.1.ebuild b/gnome-extra/zenity/zenity-2.12.1.ebuild index 59eb984e4105..de6986052c86 100644 --- a/gnome-extra/zenity/zenity-2.12.1.ebuild +++ b/gnome-extra/zenity/zenity-2.12.1.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/gnome-extra/zenity/zenity-2.12.1.ebuild,v 1.2 2005/10/13 01:49:13 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-2.12.1.ebuild,v 1.3 2005/10/13 05:59:26 leonardop Exp $ inherit gnome2 @@ -15,12 +15,12 @@ IUSE="" RDEPEND=">=x11-libs/gtk+-2.3.1 >=gnome-base/libglade-2 >=gnome-base/libgnomecanvas-2 - >=dev-libs/glib-2.7.3 - >=app-text/gnome-doc-utils-0.3.2" + >=dev-libs/glib-2.7.3" DEPEND="${RDEPEND} >=dev-util/intltool-0.29 app-text/scrollkeeper + >=app-text/gnome-doc-utils-0.3.2 >=dev-util/pkgconfig-0.9" DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" |