diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-03-01 06:34:46 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-03-01 06:34:46 +0000 |
commit | ab1ad6ba82d8a49a7bfa3b8e45a04526ee67ecbd (patch) | |
tree | 284d3436364a25c425e175105792dcc907e98761 /x11-misc/viewglob/viewglob-2.0.4.ebuild | |
parent | Add slot dependencies for gtk+. (diff) | |
download | historical-ab1ad6ba82d8a49a7bfa3b8e45a04526ee67ecbd.tar.gz historical-ab1ad6ba82d8a49a7bfa3b8e45a04526ee67ecbd.tar.bz2 historical-ab1ad6ba82d8a49a7bfa3b8e45a04526ee67ecbd.zip |
Bump to EAPI 1 and add a slot dependency on gtk+:2.
Package-Manager: portage-2.2.0_alpha25/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/viewglob/viewglob-2.0.4.ebuild')
-rw-r--r-- | x11-misc/viewglob/viewglob-2.0.4.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/viewglob/viewglob-2.0.4.ebuild b/x11-misc/viewglob/viewglob-2.0.4.ebuild index 64fb1035a1f6..a1a07b1be3a2 100644 --- a/x11-misc/viewglob/viewglob-2.0.4.ebuild +++ b/x11-misc/viewglob/viewglob-2.0.4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/viewglob-2.0.4.ebuild,v 1.6 2011/01/15 14:54:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/viewglob-2.0.4.ebuild,v 1.7 2011/03/01 06:34:46 radhermit Exp $ + +EAPI=1 inherit eutils @@ -15,7 +17,7 @@ IUSE="" RDEPEND=" dev-libs/glib - x11-libs/gtk+ + x11-libs/gtk+:2 || ( app-shells/bash app-shells/zsh )" DEPEND="${RDEPEND} dev-util/pkgconfig" |