summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-12-19 09:35:54 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-12-19 09:35:54 +0000
commit8e49b15996274def2062ba0884865eb2140e5117 (patch)
tree3f722d8132f42f5b294c6bc5432adb73bef63006 /dev-libs/libconfig/libconfig-1.4.9.ebuild
parentRe-enable python-r1 -> python-single-r1 dep prevention. (diff)
downloadhistorical-8e49b15996274def2062ba0884865eb2140e5117.tar.gz
historical-8e49b15996274def2062ba0884865eb2140e5117.tar.bz2
historical-8e49b15996274def2062ba0884865eb2140e5117.zip
QA: use prune_libtool_files instead of manual removing *.la files
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/libconfig/libconfig-1.4.9.ebuild')
-rw-r--r--dev-libs/libconfig/libconfig-1.4.9.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libconfig/libconfig-1.4.9.ebuild b/dev-libs/libconfig/libconfig-1.4.9.ebuild
index 529cab175a94..57f9465425f8 100644
--- a/dev-libs/libconfig/libconfig-1.4.9.ebuild
+++ b/dev-libs/libconfig/libconfig-1.4.9.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.4.9.ebuild,v 1.2 2012/12/18 17:02:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.4.9.ebuild,v 1.3 2012/12/19 09:35:49 pinkbyte Exp $
EAPI="4"
+inherit eutils
+
DESCRIPTION="Libconfig is a simple library for manipulating structured configuration files"
HOMEPAGE="http://www.hyperrealm.com/libconfig/libconfig.html"
SRC_URI="http://www.hyperrealm.com/libconfig/${P}.tar.gz"
@@ -29,9 +31,7 @@ src_test() {
src_install() {
default
- if ! use static-libs; then
- rm -f "${D}"/usr/lib*/lib*.la
- fi
+ prune_libtool_files
if use examples; then
local dir
for dir in examples/c examples/c++; do