diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-04-19 14:32:28 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-04-19 14:32:28 +0000 |
commit | 160d5b0648ce45558975ab082d6613e849e1f868 (patch) | |
tree | 511ae22227eb804173fa88c2d098834f94aa6a68 /net-misc | |
parent | Stable on Alpha, bug 173556. (diff) | |
download | gentoo-2-160d5b0648ce45558975ab082d6613e849e1f868.tar.gz gentoo-2-160d5b0648ce45558975ab082d6613e849e1f868.tar.bz2 gentoo-2-160d5b0648ce45558975ab082d6613e849e1f868.zip |
Keyworded ~x86-fbsd wrt bug #175201 and #175090
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/libupnp/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/libupnp/libupnp-1.4.4-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/libupnp/ChangeLog b/net-misc/libupnp/ChangeLog index 070bf4ce0aa1..da6766ce2b81 100644 --- a/net-misc/libupnp/ChangeLog +++ b/net-misc/libupnp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/libupnp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/libupnp/ChangeLog,v 1.11 2007/04/19 13:10:16 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/libupnp/ChangeLog,v 1.12 2007/04/19 14:32:28 drizzt Exp $ + + 19 Apr 2007; Timothy Redaelli <drizzt@gentoo.org> libupnp-1.4.4-r1.ebuild: + Keyworded ~x86-fbsd wrt bug #175201 and #175090 19 Apr 2007; Bjarke Istrup Pedersen <gurligebis@gentoo.org> +libupnp-1.4.4-r1.ebuild: Bumping to revision 1.4.4-r1 to fix compiling on Gentoo/FreeBSD. diff --git a/net-misc/libupnp/libupnp-1.4.4-r1.ebuild b/net-misc/libupnp/libupnp-1.4.4-r1.ebuild index 6d5111b6d86f..2163fe8ca333 100644 --- a/net-misc/libupnp/libupnp-1.4.4-r1.ebuild +++ b/net-misc/libupnp/libupnp-1.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/libupnp/libupnp-1.4.4-r1.ebuild,v 1.1 2007/04/19 13:10:16 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/libupnp/libupnp-1.4.4-r1.ebuild,v 1.2 2007/04/19 14:32:28 drizzt Exp $ WANT_AUTOMAKE=1.9 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/pupnp/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug" RDEPEND="!net-misc/upnp" @@ -30,7 +30,7 @@ src_unpack() { } src_compile() { - use x86-fbsd && replace-flags -O? -O1 + use x86-fbsd && append-flags -O1 # w/o docdir to avoid sandbox violations econf \ $(use_enable debug) \ |