From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 384F613888F for ; Fri, 9 Oct 2015 14:14:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 255E321C003; Fri, 9 Oct 2015 14:14:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEB7021C003 for ; Fri, 9 Oct 2015 14:14:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D29793405CF for ; Fri, 9 Oct 2015 14:14:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06558D6B for ; Fri, 9 Oct 2015 14:14:13 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1444400040.8eb0e5fe9d08ee62b424cfa873f44804ef96b66f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rsyslog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/rsyslog/rsyslog-8.12.0-r1.ebuild X-VCS-Directories: app-admin/rsyslog/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8eb0e5fe9d08ee62b424cfa873f44804ef96b66f X-VCS-Branch: master Date: Fri, 9 Oct 2015 14:14:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d4df4f4c-c8c3-4b19-af6e-ae37651e096c X-Archives-Hash: dd4698fe9bfcf786e2272aa50ab43686 commit: 8eb0e5fe9d08ee62b424cfa873f44804ef96b66f Author: Lars Wendler gentoo org> AuthorDate: Fri Oct 9 14:14:00 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Oct 9 14:14:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb0e5fe app-admin/rsyslog: Adjusted dependency on dev-libs/liblognorm Package-Manager: portage-2.2.23 Signed-off-by: Lars Wendler gentoo.org> app-admin/rsyslog/rsyslog-8.12.0-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-admin/rsyslog/rsyslog-8.12.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.12.0-r1.ebuild index a7fac74..ff39a40 100644 --- a/app-admin/rsyslog/rsyslog-8.12.0-r1.ebuild +++ b/app-admin/rsyslog/rsyslog-8.12.0-r1.ebuild @@ -55,7 +55,10 @@ RDEPEND=" mysql? ( virtual/mysql ) normalize? ( >=dev-libs/libee-0.4.0 - >=dev-libs/liblognorm-1.1.0:= + ( || ( + >=dev-libs/liblognorm-1.1.0:= + =net-libs/libnet-1.1.6 ) postgres? ( >=dev-db/postgresql-8.4.20:= )