diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-11 02:27:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-11 02:27:29 +0000 |
commit | ed0a79ad261e31e4798174a9410cb344c6e82893 (patch) | |
tree | 24bc4514ed146a21faa11836e9b66e025ae5b7e1 /gnome-base/libbonobo/libbonobo-2.32.1.ebuild | |
parent | Use virtual/yacc instead of hardcoding list ourselves. (diff) | |
download | gentoo-2-ed0a79ad261e31e4798174a9410cb344c6e82893.tar.gz gentoo-2-ed0a79ad261e31e4798174a9410cb344c6e82893.tar.bz2 gentoo-2-ed0a79ad261e31e4798174a9410cb344c6e82893.zip |
Use virtual/yacc instead of hardcoding list ourselves.
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/libbonobo/libbonobo-2.32.1.ebuild')
-rw-r--r-- | gnome-base/libbonobo/libbonobo-2.32.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/libbonobo/libbonobo-2.32.1.ebuild b/gnome-base/libbonobo/libbonobo-2.32.1.ebuild index 2fa5e73be5bd..b3a8f0339142 100644 --- a/gnome-base/libbonobo/libbonobo-2.32.1.ebuild +++ b/gnome-base/libbonobo/libbonobo-2.32.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.32.1.ebuild,v 1.2 2011/07/29 18:05:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.32.1.ebuild,v 1.3 2011/08/11 02:27:26 vapier Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/glib-2.25.7:2 >=dev-libs/popt-1.5 !gnome-base/bonobo-activation" DEPEND="${RDEPEND} - || ( sys-devel/bison dev-util/yacc ) + virtual/yacc >=dev-lang/perl-5 sys-devel/flex x11-apps/xrdb |