diff options
author | Michael Weber <xmw@gentoo.org> | 2013-05-27 05:23:57 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-05-27 05:23:57 +0000 |
commit | 7bec1c6732cb9d3a17a7c3ae0ba0ed25ccb7e50f (patch) | |
tree | ce94bbf654ca8cc9a060a1f70fcc9e48b586cd8e /net-misc | |
parent | version bump (diff) | |
download | gentoo-2-7bec1c6732cb9d3a17a7c3ae0ba0ed25ccb7e50f.tar.gz gentoo-2-7bec1c6732cb9d3a17a7c3ae0ba0ed25ccb7e50f.tar.bz2 gentoo-2-7bec1c6732cb9d3a17a7c3ae0ba0ed25ccb7e50f.zip |
Fix test in Makefile patch, thanks Łukasz Stelmach for testing
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/aiccu/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/aiccu/aiccu-2007.01.15-r4.ebuild (renamed from net-misc/aiccu/aiccu-2007.01.15-r3.ebuild) | 2 | ||||
-rw-r--r-- | net-misc/aiccu/files/aiccu-2007.01.15-systemd.patch | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net-misc/aiccu/ChangeLog b/net-misc/aiccu/ChangeLog index e3572ac01a10..5da53fafb531 100644 --- a/net-misc/aiccu/ChangeLog +++ b/net-misc/aiccu/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/aiccu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/ChangeLog,v 1.43 2013/05/24 07:18:23 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/ChangeLog,v 1.44 2013/05/27 05:23:57 xmw Exp $ + +*aiccu-2007.01.15-r4 (27 May 2013) + + 27 May 2013; Michael Weber <xmw@gentoo.org> +aiccu-2007.01.15-r4.ebuild, + -aiccu-2007.01.15-r3.ebuild, files/aiccu-2007.01.15-systemd.patch: + Fix test in Makefile patch, thanks Łukasz Stelmach for testing *aiccu-2007.01.15-r3 (24 May 2013) diff --git a/net-misc/aiccu/aiccu-2007.01.15-r3.ebuild b/net-misc/aiccu/aiccu-2007.01.15-r4.ebuild index ea9b9cb66115..8fec120253c6 100644 --- a/net-misc/aiccu/aiccu-2007.01.15-r3.ebuild +++ b/net-misc/aiccu/aiccu-2007.01.15-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/aiccu-2007.01.15-r3.ebuild,v 1.1 2013/05/24 07:09:06 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/aiccu-2007.01.15-r4.ebuild,v 1.1 2013/05/27 05:23:57 xmw Exp $ EAPI=5 diff --git a/net-misc/aiccu/files/aiccu-2007.01.15-systemd.patch b/net-misc/aiccu/files/aiccu-2007.01.15-systemd.patch index a7ead9831438..4afb349fb4f1 100644 --- a/net-misc/aiccu/files/aiccu-2007.01.15-systemd.patch +++ b/net-misc/aiccu/files/aiccu-2007.01.15-systemd.patch @@ -20,7 +20,7 @@ SRCS += ../common/aiccu_linux.c OBJS += ../common/aiccu_linux.o LIBS += -lpthread -lresolv -+ifeq (1,HAVE_SYSTEMD) ++ifeq (1,$(HAVE_SYSTEMD)) +LIBS += -lsystemd-daemon +CFLAGS += -DHAVE_SYSTEMD +endif |