summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/libpst')
-rw-r--r--net-mail/libpst/ChangeLog5
-rw-r--r--net-mail/libpst/libpst-0.6.54-r1.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/net-mail/libpst/ChangeLog b/net-mail/libpst/ChangeLog
index e5518a4e3b0d..adf997258fed 100644
--- a/net-mail/libpst/ChangeLog
+++ b/net-mail/libpst/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/libpst
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.26 2012/01/29 02:40:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.27 2012/06/27 19:10:19 radhermit Exp $
+
+ 27 Jun 2012; Tim Harder <radhermit@gentoo.org> libpst-0.6.54-r1.ebuild:
+ Use prune_libtool_files.
*libpst-0.6.54-r1 (29 Jan 2012)
diff --git a/net-mail/libpst/libpst-0.6.54-r1.ebuild b/net-mail/libpst/libpst-0.6.54-r1.ebuild
index 6ad6729e441b..23867be33c49 100644
--- a/net-mail/libpst/libpst-0.6.54-r1.ebuild
+++ b/net-mail/libpst/libpst-0.6.54-r1.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/net-mail/libpst/libpst-0.6.54-r1.ebuild,v 1.1 2012/01/29 02:40:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.6.54-r1.ebuild,v 1.2 2012/06/27 19:10:19 radhermit Exp $
EAPI=4
PYTHON_DEPEND="python? 2"
@@ -19,6 +19,7 @@ IUSE="debug dii doc python static-libs"
RDEPEND="dii? ( media-gfx/imagemagick[png] )"
DEPEND="${RDEPEND}
virtual/libiconv
+ virtual/pkgconfig
dii? ( media-libs/gd[png] )
python? ( >=dev-libs/boost-1.48[python] )"
@@ -54,7 +55,5 @@ src_configure() {
src_install() {
default
-
- # Remove useless .la files
- find "${ED}" -name '*.la' -exec rm {} +
+ prune_libtool_files
}