diff options
Diffstat (limited to 'x11-misc/e16keyedit/e16keyedit-0.4.ebuild')
-rw-r--r-- | x11-misc/e16keyedit/e16keyedit-0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/e16keyedit/e16keyedit-0.4.ebuild b/x11-misc/e16keyedit/e16keyedit-0.4.ebuild index 727b910823c1..3710c09d6771 100644 --- a/x11-misc/e16keyedit/e16keyedit-0.4.ebuild +++ b/x11-misc/e16keyedit/e16keyedit-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.4.ebuild,v 1.3 2006/10/09 23:01:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.4.ebuild,v 1.4 2012/05/05 04:53:48 jdhore Exp $ DESCRIPTION="Key binding editor for enlightenment 16" HOMEPAGE="http://www.enlightenment.org/" @@ -13,7 +13,7 @@ IUSE="" RDEPEND="=x11-libs/gtk+-2*" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_compile() { econf --enable-gtk2 || die |