diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 08:42:24 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 08:42:24 +0000 |
commit | b244cd997ac7f8e801a70e6aa33c279424dabdf5 (patch) | |
tree | 9bf51f145fc0872ccf0fa8421cbf0b812c6e81b2 /mail-client/claws-mail-spam_report | |
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-spam_report')
-rw-r--r-- | mail-client/claws-mail-spam_report/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/claws-mail-spam_report/ChangeLog b/mail-client/claws-mail-spam_report/ChangeLog index 900ec1a0a5f5..05337ecd2383 100644 --- a/mail-client/claws-mail-spam_report/ChangeLog +++ b/mail-client/claws-mail-spam_report/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-spam_report # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.44 2012/04/11 21:17:15 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/ChangeLog,v 1.45 2012/05/04 08:42:23 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> + claws-mail-spam_report-0.3.15.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 11 Apr 2012; Christian Faulhammer <fauli@gentoo.org> -claws-mail-spam_report-0.3.14.ebuild: diff --git a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild index 3ede2bdd82b5..78243d54abb4 100644 --- a/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild +++ b/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.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-spam_report/claws-mail-spam_report-0.3.15.ebuild,v 1.3 2012/04/07 11:37:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam_report/claws-mail-spam_report-0.3.15.ebuild,v 1.4 2012/05/04 08:42:23 jdhore Exp $ EAPI=4 @@ -18,7 +18,7 @@ IUSE="" RDEPEND=">=mail-client/claws-mail-3.8.0 >=net-misc/curl-7.9.7" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${MY_P}" |