diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-08 01:47:06 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-08 01:47:06 +0000 |
commit | 20271da826a11c31438d252217986918d47e8ceb (patch) | |
tree | 2bed02912d0d63526cb0b49c04b8e8ee6af949e8 /dev-libs/libsigc++/libsigc++-2.0.11.ebuild | |
parent | Update pkg_postinst to display eclectic instructions if it's installed. (diff) | |
download | historical-20271da826a11c31438d252217986918d47e8ceb.tar.gz historical-20271da826a11c31438d252217986918d47e8ceb.tar.bz2 historical-20271da826a11c31438d252217986918d47e8ceb.zip |
Filter the -fno-exceptions flag out, bug 84263, and mark 2.0.11 stable on x86 and amd64.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'dev-libs/libsigc++/libsigc++-2.0.11.ebuild')
-rw-r--r-- | dev-libs/libsigc++/libsigc++-2.0.11.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/libsigc++/libsigc++-2.0.11.ebuild b/dev-libs/libsigc++/libsigc++-2.0.11.ebuild index b4893991f208..5f37d95a8543 100644 --- a/dev-libs/libsigc++/libsigc++-2.0.11.ebuild +++ b/dev-libs/libsigc++/libsigc++-2.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-2.0.11.ebuild,v 1.3 2005/04/24 00:03:22 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-2.0.11.ebuild,v 1.4 2005/05/08 01:47:06 cryos Exp $ inherit eutils gnome.org flag-o-matic @@ -9,12 +9,13 @@ HOMEPAGE="http://libsigc.sourceforge.net/" LICENSE="LGPL-2.1" SLOT="2" -KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc ~ppc64 ~hppa ~ppc-macos" +KEYWORDS="x86 ~ppc ~alpha amd64 ~sparc ~ppc64 ~hppa ~ppc-macos" IUSE="debug" DEPEND="virtual/libc" src_compile() { + filter-flags -fno-exceptions if use ppc-macos ; then if [ -e /usr/lib/lib/libgcc_s.1.dylib ] ; then append-ldflags -lgcc_s |