summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-09-12 10:34:25 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-09-12 10:34:25 +0000
commitd71fc67c0358cf4d8882d4489838a4adbd1c3404 (patch)
treed8f92914d8ebcb7c8e66f9abfe80bb3cc8f62bf5 /x11-plugins
parentadd reference to x11-plugins/hexchat-javascript in pkg_postinst (diff)
downloadgentoo-2-d71fc67c0358cf4d8882d4489838a4adbd1c3404.tar.gz
gentoo-2-d71fc67c0358cf4d8882d4489838a4adbd1c3404.tar.bz2
gentoo-2-d71fc67c0358cf4d8882d4489838a4adbd1c3404.zip
export PKG_CONFIG as well
(Portage version: 2.2.2/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/hexchat-javascript/ChangeLog7
-rw-r--r--x11-plugins/hexchat-javascript/hexchat-javascript-0.3.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/hexchat-javascript/ChangeLog b/x11-plugins/hexchat-javascript/ChangeLog
index 4b298b6d0cbf..162e4197ec9c 100644
--- a/x11-plugins/hexchat-javascript/ChangeLog
+++ b/x11-plugins/hexchat-javascript/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for x11-plugins/hexchat-javascript
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v 1.1 2013/09/12 10:00:41 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v 1.2 2013/09/12 10:34:25 hasufell Exp $
+
+ 12 Sep 2013; Julian Ospald <hasufell@gentoo.org>
+ hexchat-javascript-0.3.ebuild:
+ export PKG_CONFIG as well
*hexchat-javascript-0.3 (12 Sep 2013)
12 Sep 2013; Julian Ospald <hasufell@gentoo.org>
+hexchat-javascript-0.3.ebuild, +metadata.xml:
initial import
-
diff --git a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.ebuild b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.ebuild
index 3deceb9bf148..1053144c3a26 100644
--- a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.ebuild
+++ b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.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/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.ebuild,v 1.1 2013/09/12 10:00:41 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.ebuild,v 1.2 2013/09/12 10:34:25 hasufell Exp $
EAPI=5
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
pkg_setup() {
if [[ ${MERGE_TYPE} != binary ]]; then
- tc-export CXX
+ tc-export CXX PKG_CONFIG
fi
}