summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2014-07-02 06:08:47 +0000
committerYixun Lan <dlan@gentoo.org>2014-07-02 06:08:47 +0000
commit71499e6dfe69830446f9e97bb5cdbeaefab4cb3a (patch)
treef41bb495d44d8a43b10ca23f1df06a21eab5212e /dev-libs
parentBump enclosed-exceptions to 1.0.0.2 (diff)
downloadgentoo-2-71499e6dfe69830446f9e97bb5cdbeaefab4cb3a.tar.gz
gentoo-2-71499e6dfe69830446f9e97bb5cdbeaefab4cb3a.tar.bz2
gentoo-2-71499e6dfe69830446f9e97bb5cdbeaefab4cb3a.zip
fixed, bug #489596, thanks Johan Bergström
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libconfig/ChangeLog5
-rw-r--r--dev-libs/libconfig/libconfig-1.4.9-r1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-libs/libconfig/ChangeLog b/dev-libs/libconfig/ChangeLog
index 1d42eb6bdcb6..228714d48adc 100644
--- a/dev-libs/libconfig/ChangeLog
+++ b/dev-libs/libconfig/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libconfig
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/ChangeLog,v 1.62 2014/06/24 19:22:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/ChangeLog,v 1.63 2014/07/02 06:08:47 dlan Exp $
+
+ 02 Jul 2014; Yixun Lan <dlan@gentoo.org> libconfig-1.4.9-r1.ebuild:
+ fixed, bug #489596, thanks Johan Bergström
24 Jun 2014; Markus Meier <maekke@gentoo.org> libconfig-1.4.9-r1.ebuild:
add ~arm, bug #512550
diff --git a/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild b/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild
index 23750fa0219c..bfdac6920bd7 100644
--- a/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild
+++ b/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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-r1.ebuild,v 1.9 2014/06/24 19:22:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild,v 1.10 2014/07/02 06:08:47 dlan Exp $
EAPI=5
@@ -45,6 +45,7 @@ multilib_src_install_all() {
prune_libtool_files
if use examples; then
+ find examples/ -name "Makefile.*" -delete || die
local dir
for dir in examples/c examples/c++; do
insinto /usr/share/doc/${PF}/${dir}