summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2013-07-26 03:53:16 +0000
committerWilliam Hubbs <williamh@gentoo.org>2013-07-26 03:53:16 +0000
commit431987ac0ac34a5fd18d1435abb8b139af9f3c29 (patch)
treee5da8dbdd98426b291632b17d1da0ac0dd7938ef /virtual
parentRemove a patch, because speech-dispatcher-0.7.1-r2 fails to build with (diff)
downloadgentoo-2-431987ac0ac34a5fd18d1435abb8b139af9f3c29.tar.gz
gentoo-2-431987ac0ac34a5fd18d1435abb8b139af9f3c29.tar.bz2
gentoo-2-431987ac0ac34a5fd18d1435abb8b139af9f3c29.zip
add sys-apps/systemd for bug #398631 and migrate to eapi 3 due to eapi 2 deprecation.
(Portage version: 2.2.0_alpha188/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/logger/ChangeLog6
-rw-r--r--virtual/logger/logger-0.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/virtual/logger/ChangeLog b/virtual/logger/ChangeLog
index 19ba7053203e..039ae1d2c5ec 100644
--- a/virtual/logger/ChangeLog
+++ b/virtual/logger/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for virtual/logger
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/logger/ChangeLog,v 1.6 2013/02/15 01:55:57 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/logger/ChangeLog,v 1.7 2013/07/26 03:53:16 williamh Exp $
+
+ 26 Jul 2013; William Hubbs <williamh@gentoo.org> logger-0.ebuild:
+ add sys-apps/systemd for bug #398631 and migrate to eapi 3 due to eapi 2
+ deprecation.
15 Feb 2013; Anthony G. Basile <blueness@gentoo.org> logger-0.ebuild:
Optionally depend on sys-apps/busybox when USE=syslog, bug #444718
diff --git a/virtual/logger/logger-0.ebuild b/virtual/logger/logger-0.ebuild
index eaf7b503d327..9e6cd72eb657 100644
--- a/virtual/logger/logger-0.ebuild
+++ b/virtual/logger/logger-0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/logger/logger-0.ebuild,v 1.5 2013/02/15 01:55:57 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/logger/logger-0.ebuild,v 1.6 2013/07/26 03:53:16 williamh Exp $
-EAPI="2"
+EAPI=3
DESCRIPTION="Virtual for system loggers"
HOMEPAGE=""
@@ -23,4 +23,5 @@ RDEPEND="|| (
app-admin/syslogread
sys-freebsd/freebsd-usbin
sys-apps/busybox[syslog]
+ sys-apps/systemd
)"