diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 08:58:58 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 08:58:58 +0000 |
commit | 6f6287c2d7e55d0794fc1a28325fb9ace179c1f9 (patch) | |
tree | 1403a48587b1e86e87bd2cca2d9812ff4bcb939f /x11-wm/sawfish/sawfish-1.8.2.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/sawfish/sawfish-1.8.2.ebuild')
-rw-r--r-- | x11-wm/sawfish/sawfish-1.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/sawfish/sawfish-1.8.2.ebuild b/x11-wm/sawfish/sawfish-1.8.2.ebuild index 1d2ff93e9efe..448e2506fa3c 100644 --- a/x11-wm/sawfish/sawfish-1.8.2.ebuild +++ b/x11-wm/sawfish/sawfish-1.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.8.2.ebuild,v 1.6 2012/02/24 23:26:57 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.8.2.ebuild,v 1.7 2012/05/04 08:58:58 jdhore Exp $ EAPI="4" @@ -34,7 +34,7 @@ RDEPEND=">=dev-libs/librep-0.92.0 nls? ( sys-devel/gettext ) xinerama? ( x11-libs/libXinerama )" DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0" + virtual/pkgconfig" if (( snapshot )); then S="${WORKDIR}/${PN}" |