summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-02-02 02:56:52 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-02-02 02:56:52 +0000
commit9704c7810c7fda4188b6f01604a399c8e374d3e5 (patch)
tree25f273a47695814fcdb4394eb3bca11f6d2b3d7f /net-dns
parentupdated live ebuild, removed obsolete use descriptions from metadata (diff)
downloadgentoo-2-9704c7810c7fda4188b6f01604a399c8e374d3e5.tar.gz
gentoo-2-9704c7810c7fda4188b6f01604a399c8e374d3e5.tar.bz2
gentoo-2-9704c7810c7fda4188b6f01604a399c8e374d3e5.zip
Add systemd support, bug #366173
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/avahi/ChangeLog7
-rw-r--r--net-dns/avahi/avahi-0.6.31.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog
index 139f755da42f..642bedd25268 100644
--- a/net-dns/avahi/ChangeLog
+++ b/net-dns/avahi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dns/avahi
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.237 2012/11/26 19:54:48 blueness Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.238 2013/02/02 02:56:52 blueness Exp $
+
+ 02 Feb 2013; Anthony G. Basile <blueness@gentoo.org> avahi-0.6.31.ebuild:
+ Add systemd support, bug #366173
26 Nov 2012; Anthony G. Basile <blueness@gentoo.org> metadata.xml:
Added myself as maintainer
diff --git a/net-dns/avahi/avahi-0.6.31.ebuild b/net-dns/avahi/avahi-0.6.31.ebuild
index 1ebc619d96eb..4ba6d02f2c56 100644
--- a/net-dns/avahi/avahi-0.6.31.ebuild
+++ b/net-dns/avahi/avahi-0.6.31.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31.ebuild,v 1.1 2012/11/25 10:48:57 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31.ebuild,v 1.2 2013/02/02 02:56:52 blueness Exp $
EAPI="3"
@@ -10,7 +10,7 @@ PYTHON_USE_WITH_OPT="python"
WANT_AUTOMAKE=1.11
-inherit autotools eutils mono python multilib flag-o-matic user
+inherit autotools eutils mono python multilib flag-o-matic user systemd
DESCRIPTION="System which facilitates service discovery on a local network"
HOMEPAGE="http://avahi.org/"
@@ -164,6 +164,7 @@ src_configure() {
--disable-qt3 \
$(use_enable qt4) \
$(use_enable gdbm) \
+ $(systemd_with_unitdir) \
${myconf}
}