summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-11-20 00:50:07 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-11-20 00:50:07 +0000
commit769f7d17d97be5886966f4581f8c853d9e9519a8 (patch)
tree461ab880a5ed3fb879e8a08a74a87f5435f63b46 /net-dns
parentUpdate hardened/linux/x86 profile, bug #344861 (diff)
downloadgentoo-2-769f7d17d97be5886966f4581f8c853d9e9519a8.tar.gz
gentoo-2-769f7d17d97be5886966f4581f8c853d9e9519a8.tar.bz2
gentoo-2-769f7d17d97be5886966f4581f8c853d9e9519a8.zip
Fix obvious typo.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/avahi/ChangeLog5
-rw-r--r--net-dns/avahi/avahi-0.6.28.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog
index 9233b0ba5981..b8a42974cb36 100644
--- a/net-dns/avahi/ChangeLog
+++ b/net-dns/avahi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dns/avahi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.188 2010/11/03 13:02:49 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.189 2010/11/20 00:50:07 flameeyes Exp $
+
+ 20 Nov 2010; Diego E. Pettenò <flameeyes@gentoo.org> avahi-0.6.28.ebuild:
+ Fix obvious typo.
03 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> avahi-0.6.28.ebuild:
QA: add missing dies, remove dies from pkg_setup, cleanup conditions in
diff --git a/net-dns/avahi/avahi-0.6.28.ebuild b/net-dns/avahi/avahi-0.6.28.ebuild
index 4b17c385c896..b7e206843b23 100644
--- a/net-dns/avahi/avahi-0.6.28.ebuild
+++ b/net-dns/avahi/avahi-0.6.28.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild,v 1.3 2010/11/03 13:02:49 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.28.ebuild,v 1.4 2010/11/20 00:50:07 flameeyes Exp $
EAPI="3"
@@ -155,7 +155,7 @@ src_compile() {
src_install() {
emake install py_compile=true DESTDIR="${D}" || die "make install failed"
- use bookmargs && use python && use dbus && use gtk || \
+ use bookmarks && use python && use dbus && use gtk || \
rm -f "${D}"/usr/bin/avahi-bookmarks
use howl-compat && ln -s avahi-compat-howl.pc "${D}"/usr/$(get_libdir)/pkgconfig/howl.pc