diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-03-27 11:27:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-03-27 11:27:43 +0000 |
commit | abe18f1f365162045b877931aefa7e4c78545386 (patch) | |
tree | b69d2fa0772eaa08b9357fe2199a526bd36e79d2 /net-dns/avahi | |
parent | Typo (diff) | |
download | gentoo-2-abe18f1f365162045b877931aefa7e4c78545386.tar.gz gentoo-2-abe18f1f365162045b877931aefa7e4c78545386.tar.bz2 gentoo-2-abe18f1f365162045b877931aefa7e4c78545386.zip |
arm/ia64/s390/sh/sparc/x86 stable wrt #260971
(Portage version: 2.1.6.7/cvs/Linux ia64)
Diffstat (limited to 'net-dns/avahi')
-rw-r--r-- | net-dns/avahi/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/avahi/avahi-0.6.24-r2.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog index 469ffde08851..9c9901a20723 100644 --- a/net-dns/avahi/ChangeLog +++ b/net-dns/avahi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/avahi # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.163 2009/03/19 13:09:49 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.164 2009/03/27 11:27:43 armin76 Exp $ + + 27 Mar 2009; Raúl Porcel <armin76@gentoo.org> avahi-0.6.24-r2.ebuild: + arm/ia64/s390/sh/sparc/x86 stable wrt #260971 19 Mar 2009; Brent Baude <ranger@gentoo.org> avahi-0.6.24-r2.ebuild: Marking avahi-0.6.24-r2 ppc for bug 260971 diff --git a/net-dns/avahi/avahi-0.6.24-r2.ebuild b/net-dns/avahi/avahi-0.6.24-r2.ebuild index 9fdd6bfaf0c6..741e0795b36a 100644 --- a/net-dns/avahi/avahi-0.6.24-r2.ebuild +++ b/net-dns/avahi/avahi-0.6.24-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.24-r2.ebuild,v 1.7 2009/03/19 13:09:49 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.24-r2.ebuild,v 1.8 2009/03/27 11:27:43 armin76 Exp $ EAPI="1" -inherit eutils mono python multilib autotools +inherit eutils mono python multilib autotools flag-o-matic DESCRIPTION="System which facilitates service discovery on a local network" HOMEPAGE="http://avahi.org/" @@ -12,7 +12,7 @@ SRC_URI="http://avahi.org/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="bookmarks howl-compat mdnsresponder-compat gdbm dbus doc mono gtk python qt3 qt4 autoipd kernel_linux test ipv6" RDEPEND=">=dev-libs/libdaemon-0.11-r1 @@ -122,6 +122,8 @@ src_unpack() { } src_compile() { + use sh && replace-flags -O? -O0 + local myconf="" if use python |