From 842315ea7372660b1944773292cb2cbf53d4dbf8 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 26 Jul 2013 03:59:21 +0000 Subject: 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) --- virtual/logger/ChangeLog | 6 +++++- virtual/logger/logger-0.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'virtual/logger') 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 logger-0.ebuild: + fix systemd dependency to >=sys-apps/systemd-38, the version which introduced + the journal. 26 Jul 2013; William Hubbs 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 )" -- cgit v1.2.3-65-gdbad