summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-08-09 09:01:15 +0000
committerMichał Górny <mgorny@gentoo.org>2013-08-09 09:01:15 +0000
commit5ec8ba47ad0581e9d98d576009cc5d5caf201808 (patch)
treeacdadd0c8cd798aca89e33cf8ba1554b1865dc7a /sys-apps
parentRaise the dep on cmis. (diff)
downloadgentoo-2-5ec8ba47ad0581e9d98d576009cc5d5caf201808.tar.gz
gentoo-2-5ec8ba47ad0581e9d98d576009cc5d5caf201808.tar.bz2
gentoo-2-5ec8ba47ad0581e9d98d576009cc5d5caf201808.zip
Fix installing multilib pkg-config files.
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/ChangeLog8
-rw-r--r--sys-apps/systemd/systemd-206-r3.ebuild (renamed from sys-apps/systemd/systemd-206-r2.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog
index 2dbd5662ec4c..fcd4a2ea99e6 100644
--- a/sys-apps/systemd/ChangeLog
+++ b/sys-apps/systemd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.161 2013/08/08 18:23:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.162 2013/08/09 09:01:15 mgorny Exp $
+
+*systemd-206-r3 (09 Aug 2013)
+
+ 09 Aug 2013; Michał Górny <mgorny@gentoo.org> +systemd-206-r3.ebuild,
+ -systemd-206-r2.ebuild:
+ Fix installing multilib pkg-config files.
08 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> systemd-206-r2.ebuild,
systemd-9999-r1.ebuild:
diff --git a/sys-apps/systemd/systemd-206-r2.ebuild b/sys-apps/systemd/systemd-206-r3.ebuild
index 71b2ed11cf52..3d04ee78e7c4 100644
--- a/sys-apps/systemd/systemd-206-r2.ebuild
+++ b/sys-apps/systemd/systemd-206-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-206-r2.ebuild,v 1.2 2013/08/08 18:23:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-206-r3.ebuild,v 1.1 2013/08/09 09:01:15 mgorny Exp $
EAPI=5
@@ -233,7 +233,7 @@ multilib_src_compile() {
if multilib_is_native_abi; then
emake "${mymakeopts[@]}"
else
- echo 'gentoo: $(lib_LTLIBRARIES) $(pkgconfigdata_DATA)' | \
+ echo 'gentoo: $(lib_LTLIBRARIES) $(pkgconfiglib_DATA)' | \
emake "${mymakeopts[@]}" -f Makefile -f - gentoo
fi
}
@@ -268,7 +268,7 @@ multilib_src_install() {
else
mymakeopts+=(
install-libLTLIBRARIES
- install-pkgconfigdataDATA
+ install-pkgconfiglibDATA
install-includeHEADERS
install-pkgincludeHEADERS
)