diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 05:50:41 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 05:50:41 +0000 |
commit | 0383d39b6c0184abbb70ac793a450d9512e2e539 (patch) | |
tree | 97cf7c91a2ea664f747270e94ae5df6bf6cc7bb2 /lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild | |
parent | Version bump. (diff) | |
download | historical-0383d39b6c0184abbb70ac793a450d9512e2e539.tar.gz historical-0383d39b6c0184abbb70ac793a450d9512e2e539.tar.bz2 historical-0383d39b6c0184abbb70ac793a450d9512e2e539.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild')
-rw-r--r-- | lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild b/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild index 6264a72ef574..24e9a4d09d6b 100644 --- a/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild +++ b/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 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/lxshortcut/lxshortcut-0.1.2.ebuild,v 1.4 2011/10/09 16:48:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild,v 1.5 2012/05/04 05:50:39 jdhore Exp $ EAPI="4" @@ -20,7 +20,7 @@ RDEPEND="x11-libs/gtk+:2 DEPEND="${RDEPEND} sys-devel/gettext dev-util/intltool - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install |