diff options
Diffstat (limited to 'lxde-base/lxinput/lxinput-0.1.1.ebuild')
-rw-r--r-- | lxde-base/lxinput/lxinput-0.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lxde-base/lxinput/lxinput-0.1.1.ebuild b/lxde-base/lxinput/lxinput-0.1.1.ebuild index fdc883c92415..6fd13d903951 100644 --- a/lxde-base/lxinput/lxinput-0.1.1.ebuild +++ b/lxde-base/lxinput/lxinput-0.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxinput/lxinput-0.1.1.ebuild,v 1.6 2010/02/23 18:40:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxinput/lxinput-0.1.1.ebuild,v 1.7 2012/05/04 05:50:39 jdhore Exp $ EAPI="1" @@ -17,7 +17,7 @@ RDEPEND="dev-libs/glib:2 x11-libs/gtk+:2" DEPEND="${RDEPEND} sys-devel/gettext - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die "make install failed" |