diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-09-25 12:31:06 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-09-25 12:32:13 -0400 |
commit | eedcf511874b86a0a0f2661fbcd530b5ac8c4a56 (patch) | |
tree | 8e3519dc00d07a3219c87ce300348fd9562008bc /net-dns/avahi | |
parent | Add 4.5.0.2 release - second regression fix release for the 4.5 series. (diff) | |
download | gentoo-eedcf511874b86a0a0f2661fbcd530b5ac8c4a56.tar.gz gentoo-eedcf511874b86a0a0f2661fbcd530b5ac8c4a56.tar.bz2 gentoo-eedcf511874b86a0a0f2661fbcd530b5ac8c4a56.zip |
net-dns/avahi: fix type and rev bump to -r10, bug #559408.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-dns/avahi')
-rw-r--r-- | net-dns/avahi/avahi-0.6.31-r10.ebuild (renamed from net-dns/avahi/avahi-0.6.31-r9.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/avahi/avahi-0.6.31-r9.ebuild b/net-dns/avahi/avahi-0.6.31-r10.ebuild index 1f873b86f2a6..b7749eba2eff 100644 --- a/net-dns/avahi/avahi-0.6.31-r9.ebuild +++ b/net-dns/avahi/avahi-0.6.31-r10.ebuild @@ -121,7 +121,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-fix-locale-build.patch # Fix "Invalid response packet from host", bug #559408. - eptch "${FILESDIR}"/${P}-invalid_packet.patch + epatch "${FILESDIR}"/${P}-invalid_packet.patch # Drop DEPRECATED flags, bug #384743 sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED=1::g' avahi-ui/Makefile.am || die |