diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 07:46:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 07:46:14 +0000 |
commit | 83995cfc81294935b4e481cf659ad3f4f145e927 (patch) | |
tree | 18f57bb2a8f558f9c1704d35ac2805ac1cade121 /x11-libs/guile-gtk/guile-gtk-2.0.ebuild | |
parent | fix repoman warnings (diff) | |
download | gentoo-2-83995cfc81294935b4e481cf659ad3f4f145e927.tar.gz gentoo-2-83995cfc81294935b4e481cf659ad3f4f145e927.tar.bz2 gentoo-2-83995cfc81294935b4e481cf659ad3f4f145e927.zip |
More repoman warnings
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/guile-gtk/guile-gtk-2.0.ebuild')
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/guile-gtk/guile-gtk-2.0.ebuild b/x11-libs/guile-gtk/guile-gtk-2.0.ebuild index 2f250a0a643e..3af9a56d3f1f 100644 --- a/x11-libs/guile-gtk/guile-gtk-2.0.ebuild +++ b/x11-libs/guile-gtk/guile-gtk-2.0.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/x11-libs/guile-gtk/guile-gtk-2.0.ebuild,v 1.5 2007/10/14 10:33:07 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.0.ebuild,v 1.6 2009/05/05 07:46:14 ssuominen Exp $ inherit virtualx eutils @@ -12,10 +12,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="dev-scheme/guile +RDEPEND="dev-scheme/guile =x11-libs/gtk+-2* =gnome-base/libglade-2* >=x11-libs/gtkglarea-1.90" +DEPEND="${RDEPEND}" pkg_setup() { if has_version =dev-scheme/guile-1.8*; then |