diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 05:37:18 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 05:37:18 +0000 |
commit | 0ded695a937860ad9253f86b104c25afa3a62030 (patch) | |
tree | 05a8b9b475f199d1c3eaaad919b3dbc33f4bde18 /net-ftp/gproftpd/gproftpd-8.3.2.ebuild | |
parent | Version bump, now supports globs in search tab. Add patch to use gsettings in... (diff) | |
download | historical-0ded695a937860ad9253f86b104c25afa3a62030.tar.gz historical-0ded695a937860ad9253f86b104c25afa3a62030.tar.bz2 historical-0ded695a937860ad9253f86b104c25afa3a62030.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'net-ftp/gproftpd/gproftpd-8.3.2.ebuild')
-rw-r--r-- | net-ftp/gproftpd/gproftpd-8.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/gproftpd/gproftpd-8.3.2.ebuild b/net-ftp/gproftpd/gproftpd-8.3.2.ebuild index 5d9e941014ae..2ec64df03c37 100644 --- a/net-ftp/gproftpd/gproftpd-8.3.2.ebuild +++ b/net-ftp/gproftpd/gproftpd-8.3.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/net-ftp/gproftpd/gproftpd-8.3.2.ebuild,v 1.6 2011/03/29 12:48:34 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/gproftpd/gproftpd-8.3.2.ebuild,v 1.7 2012/05/03 05:37:17 jdhore Exp $ EAPI=1 @@ -22,7 +22,7 @@ RDEPEND="x11-libs/gtk+:2 ssl? ( >=dev-libs/openssl-0.9.6f ) >=net-ftp/proftpd-1.2.9" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_compile() { local modules includes myconf |