From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39EAD139085 for ; Fri, 27 Jan 2017 23:33:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66407E0E1D; Fri, 27 Jan 2017 23:33:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47196E0E1D for ; Fri, 27 Jan 2017 23:33:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17BFF341117 for ; Fri, 27 Jan 2017 23:33:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69E49322B for ; Fri, 27 Jan 2017 23:33:16 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1485559977.8a4c428797c8d73c269edbaa6fea8ccb95b8c7f9.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcss/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcss/libcss-0.6.1.ebuild X-VCS-Directories: dev-libs/libcss/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 8a4c428797c8d73c269edbaa6fea8ccb95b8c7f9 X-VCS-Branch: master Date: Fri, 27 Jan 2017 23:33:16 +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: 972bcdf0-e656-4241-9391-cec1d00547ee X-Archives-Hash: eeb777c30cea716cc3df3ba62f5ad95e commit: 8a4c428797c8d73c269edbaa6fea8ccb95b8c7f9 Author: Michael Weber gentoo org> AuthorDate: Fri Jan 27 23:32:57 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri Jan 27 23:32:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4c4287 dev-libs/libcss: Fix deps (bug 607006). Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/libcss/libcss-0.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libcss/libcss-0.6.1.ebuild b/dev-libs/libcss/libcss-0.6.1.ebuild index c8f764f..55bf712 100644 --- a/dev-libs/libcss/libcss-0.6.1.ebuild +++ b/dev-libs/libcss/libcss-0.6.1.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~m68k-mint" IUSE="test" RDEPEND=">=dev-libs/libparserutils-0.2.1-r1[static-libs?,${MULTILIB_USEDEP}] - >=dev-libs/libwapcaplet-0.2.2-r1[static-libs?,${MULTILIB_USEDEP}]" + >=dev-libs/libwapcaplet-0.4.0[static-libs?,${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig test? ( dev-lang/perl )"