summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir Lamouri <volkmar@gentoo.org>2009-09-29 18:03:39 +0000
committerMounir Lamouri <volkmar@gentoo.org>2009-09-29 18:03:39 +0000
commit74ae5371d435f7d3d1e8e865f8843f3af24038c8 (patch)
tree9b1f6643d4b101f2a400b4404b61d86c03684f65 /net-libs/opal
parentStable on alpha, bug #276912 (diff)
downloadgentoo-2-74ae5371d435f7d3d1e8e865f8843f3af24038c8.tar.gz
gentoo-2-74ae5371d435f7d3d1e8e865f8843f3af24038c8.tar.bz2
gentoo-2-74ae5371d435f7d3d1e8e865f8843f3af24038c8.zip
Changing filter-flags to append-flags after ssuominen advice.
(Portage version: 14420-svn/cvs/Linux ppc)
Diffstat (limited to 'net-libs/opal')
-rw-r--r--net-libs/opal/ChangeLog5
-rw-r--r--net-libs/opal/opal-3.6.6.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/opal/ChangeLog b/net-libs/opal/ChangeLog
index 43f88c8dd761..b52075c803b0 100644
--- a/net-libs/opal/ChangeLog
+++ b/net-libs/opal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/opal
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v 1.56 2009/09/29 17:51:30 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v 1.57 2009/09/29 18:03:39 volkmar Exp $
+
+ 29 Sep 2009; Mounir Lamouri <volkmar@gentoo.org> opal-3.6.6.ebuild:
+ Changing filter-flags to append-flags after ssuominen advice.
29 Sep 2009; Tobias Klausmann <klausman@gentoo.org> opal-3.6.4-r1.ebuild:
Keyworded on alpha, bug #276355
diff --git a/net-libs/opal/opal-3.6.6.ebuild b/net-libs/opal/opal-3.6.6.ebuild
index a63ac095f21b..aa0e5659cb98 100644
--- a/net-libs/opal/opal-3.6.6.ebuild
+++ b/net-libs/opal/opal-3.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/opal-3.6.6.ebuild,v 1.2 2009/09/29 17:42:38 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/opal-3.6.6.ebuild,v 1.3 2009/09/29 18:03:39 volkmar Exp $
EAPI="2"
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/opalvoip/${P}.tar.bz2
LICENSE="MPL-1.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE="+audio capi celt debug doc dtmf examples fax ffmpeg h224 h281 h323 iax
ipv6 ivr ixj java ldap lid +plugins sbc sip sipim srtp ssl stats swig theora
+video vpb vxml wav x264 x264-static xml"
@@ -53,7 +53,7 @@ DEPEND="${RDEPEND}
pkg_setup() {
# workaround for bug 282838
- filter-flags "-fvisibility-inlines-hidden"
+ append-flags "-fno-visibility-inlines-hidden"
# need >=gcc-3
if [[ $(gcc-major-version) -lt 3 ]]; then