diff options
author | 2012-05-04 08:42:24 +0000 | |
---|---|---|
committer | 2012-05-04 08:42:24 +0000 | |
commit | b244cd997ac7f8e801a70e6aa33c279424dabdf5 (patch) | |
tree | 9bf51f145fc0872ccf0fa8421cbf0b812c6e81b2 /mail-client/claws-mail-perl | |
parent | Let distutils compile python modules, see bug #413957. (diff) | |
download | gentoo-2-b244cd997ac7f8e801a70e6aa33c279424dabdf5.tar.gz gentoo-2-b244cd997ac7f8e801a70e6aa33c279424dabdf5.tar.bz2 gentoo-2-b244cd997ac7f8e801a70e6aa33c279424dabdf5.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'mail-client/claws-mail-perl')
-rw-r--r-- | mail-client/claws-mail-perl/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/claws-mail-perl/claws-mail-perl-0.9.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/claws-mail-perl/ChangeLog b/mail-client/claws-mail-perl/ChangeLog index b354aaef2224..7b4eca1c9a80 100644 --- a/mail-client/claws-mail-perl/ChangeLog +++ b/mail-client/claws-mail-perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/claws-mail-perl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.55 2012/04/11 21:21:23 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.56 2012/05/04 08:42:22 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> claws-mail-perl-0.9.19.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 11 Apr 2012; Christian Faulhammer <fauli@gentoo.org> -claws-mail-perl-0.9.18.ebuild: diff --git a/mail-client/claws-mail-perl/claws-mail-perl-0.9.19.ebuild b/mail-client/claws-mail-perl/claws-mail-perl-0.9.19.ebuild index 11c11b86f8e5..b07ffd09c034 100644 --- a/mail-client/claws-mail-perl/claws-mail-perl-0.9.19.ebuild +++ b/mail-client/claws-mail-perl/claws-mail-perl-0.9.19.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/mail-client/claws-mail-perl/claws-mail-perl-0.9.19.ebuild,v 1.4 2012/04/07 11:34:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.19.ebuild,v 1.5 2012/05/04 08:42:22 jdhore Exp $ MY_P="${PN#claws-mail-}_plugin-${PV}" @@ -14,7 +14,7 @@ IUSE="" RDEPEND=">=mail-client/claws-mail-3.8.0 dev-lang/perl" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${MY_P}" |