diff options
author | 2012-05-04 08:58:58 +0000 | |
---|---|---|
committer | 2012-05-04 08:58:58 +0000 | |
commit | 6f6287c2d7e55d0794fc1a28325fb9ace179c1f9 (patch) | |
tree | 1403a48587b1e86e87bd2cca2d9812ff4bcb939f /x11-wm/windowlab/windowlab-1.40.ebuild | |
parent | Initial import, ebuild written by me. Fixes #408503 by Ian Delaney <johneed@h... (diff) | |
download | historical-6f6287c2d7e55d0794fc1a28325fb9ace179c1f9.tar.gz historical-6f6287c2d7e55d0794fc1a28325fb9ace179c1f9.tar.bz2 historical-6f6287c2d7e55d0794fc1a28325fb9ace179c1f9.zip |
dev-til/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'x11-wm/windowlab/windowlab-1.40.ebuild')
-rw-r--r-- | x11-wm/windowlab/windowlab-1.40.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/windowlab/windowlab-1.40.ebuild b/x11-wm/windowlab/windowlab-1.40.ebuild index 5157aacd28f8..d6661f4a3691 100644 --- a/x11-wm/windowlab/windowlab-1.40.ebuild +++ b/x11-wm/windowlab/windowlab-1.40.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/x11-wm/windowlab/windowlab-1.40.ebuild,v 1.1 2010/05/30 15:40:25 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowlab/windowlab-1.40.ebuild,v 1.2 2012/05/04 08:58:57 jdhore Exp $ EAPI="2" @@ -19,7 +19,7 @@ RDEPEND="truetype? ( x11-libs/libXft ) x11-libs/libXext" DEPEND="${RDEPEND} x11-proto/xextproto - dev-util/pkgconfig" + virtual/pkgconfig" pkg_setup() { if use truetype ; then |