summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-06-08 17:15:36 +0000
committerMike Gilbert <floppym@gentoo.org>2013-06-08 17:15:36 +0000
commitd48d9628fd6c36d2000197da779e0b0a10bb0694 (patch)
tree336c1df5d473593d72d3b3f6fd625d1b56d522fc /net-misc/netctl
parentDepend on pkgconfig. (diff)
downloadgentoo-2-d48d9628fd6c36d2000197da779e0b0a10bb0694.tar.gz
gentoo-2-d48d9628fd6c36d2000197da779e0b0a10bb0694.tar.bz2
gentoo-2-d48d9628fd6c36d2000197da779e0b0a10bb0694.zip
Also depend on systemd at build time.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-misc/netctl')
-rw-r--r--net-misc/netctl/ChangeLog5
-rw-r--r--net-misc/netctl/netctl-1.1-r1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/netctl/ChangeLog b/net-misc/netctl/ChangeLog
index 811a63bc67f1..0bc78419ece3 100644
--- a/net-misc/netctl/ChangeLog
+++ b/net-misc/netctl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/netctl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v 1.7 2013/06/08 17:14:29 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v 1.8 2013/06/08 17:15:36 floppym Exp $
+
+ 08 Jun 2013; Mike Gilbert <floppym@gentoo.org> netctl-1.1-r1.ebuild:
+ Also depend on systemd at build time.
08 Jun 2013; Mike Gilbert <floppym@gentoo.org> netctl-1.1-r1.ebuild,
netctl-9999.ebuild:
diff --git a/net-misc/netctl/netctl-1.1-r1.ebuild b/net-misc/netctl/netctl-1.1-r1.ebuild
index af10aa1df89b..0cbc4a04b489 100644
--- a/net-misc/netctl/netctl-1.1-r1.ebuild
+++ b/net-misc/netctl/netctl-1.1-r1.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/netctl/netctl-1.1-r1.ebuild,v 1.2 2013/06/08 17:14:29 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.1-r1.ebuild,v 1.3 2013/06/08 17:15:36 floppym Exp $
EAPI=5
@@ -23,6 +23,7 @@ IUSE=""
DEPEND+="
virtual/pkgconfig
+ sys-apps/systemd
"
RDEPEND="
>=app-shells/bash-4.0