diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-06-06 14:38:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-06-06 14:38:58 +0000 |
commit | f755528786abacd4c851466d00f4212a0053f8a0 (patch) | |
tree | ed9deb866da537e272128e471657d5527cedcff1 /net-libs | |
parent | Depend on harfbuzz[glib,truetype] (bug #472478, thanks to Conrad Kostecki). (diff) | |
download | gentoo-2-f755528786abacd4c851466d00f4212a0053f8a0.tar.gz gentoo-2-f755528786abacd4c851466d00f4212a0053f8a0.tar.bz2 gentoo-2-f755528786abacd4c851466d00f4212a0053f8a0.zip |
Respect AR.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/wvstreams/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/wvstreams/ChangeLog b/net-libs/wvstreams/ChangeLog index e607eeb7b66c..f8c67b0baf81 100644 --- a/net-libs/wvstreams/ChangeLog +++ b/net-libs/wvstreams/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/wvstreams # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.152 2013/05/08 20:29:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.153 2013/06/06 14:38:58 jer Exp $ + + 06 Jun 2013; Jeroen Roovers <jer@gentoo.org> wvstreams-4.6.1-r3.ebuild: + Respect AR. 08 May 2013; Jeroen Roovers <jer@gentoo.org> wvstreams-4.6.1-r2.ebuild, wvstreams-4.6.1-r3.ebuild: diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild b/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild index 0f4fb543f637..ba395a2c1472 100644 --- a/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild +++ b/net-libs/wvstreams/wvstreams-4.6.1-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/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild,v 1.2 2013/05/08 20:29:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild,v 1.3 2013/06/06 14:38:58 jer Exp $ EAPI=5 inherit autotools eutils flag-o-matic toolchain-funcs versionator @@ -65,7 +65,7 @@ src_configure() { append-flags -fno-strict-aliasing append-flags -fno-tree-dce -fno-optimize-sibling-calls #421375 - tc-export CXX + tc-export AR CXX use boost && export ac_cv_header_tr1_functional=no |