summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2013-07-26 03:59:21 +0000
committerWilliam Hubbs <williamh@gentoo.org>2013-07-26 03:59:21 +0000
commit842315ea7372660b1944773292cb2cbf53d4dbf8 (patch)
treeacad7b3c1b5748aa12797b71862794794e4d9fce /virtual/logger
parentadd sys-apps/systemd for bug #398631 and migrate to eapi 3 due to eapi 2 depr... (diff)
downloadgentoo-2-842315ea7372660b1944773292cb2cbf53d4dbf8.tar.gz
gentoo-2-842315ea7372660b1944773292cb2cbf53d4dbf8.tar.bz2
gentoo-2-842315ea7372660b1944773292cb2cbf53d4dbf8.zip
fix systemd dependency to >=sys-apps/systemd-38, the version which introduced the journal.
(Portage version: 2.2.0_alpha188/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'virtual/logger')
-rw-r--r--virtual/logger/ChangeLog6
-rw-r--r--virtual/logger/logger-0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/logger/ChangeLog b/virtual/logger/ChangeLog
index 039ae1d2c5ec..ecef47804f54 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.7 2013/07/26 03:53:16 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/logger/ChangeLog,v 1.8 2013/07/26 03:59:21 williamh Exp $
+
+ 26 Jul 2013; William Hubbs <williamh@gentoo.org> logger-0.ebuild:
+ fix systemd dependency to >=sys-apps/systemd-38, the version which introduced
+ the journal.
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
diff --git a/virtual/logger/logger-0.ebuild b/virtual/logger/logger-0.ebuild
index 9e6cd72eb657..692b7dd49c60 100644
--- a/virtual/logger/logger-0.ebuild
+++ b/virtual/logger/logger-0.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/virtual/logger/logger-0.ebuild,v 1.6 2013/07/26 03:53:16 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/logger/logger-0.ebuild,v 1.7 2013/07/26 03:59:21 williamh Exp $
EAPI=3
@@ -23,5 +23,5 @@ RDEPEND="|| (
app-admin/syslogread
sys-freebsd/freebsd-usbin
sys-apps/busybox[syslog]
- sys-apps/systemd
+ >=sys-apps/systemd-38
)"