From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-866761-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 3053F1388C1
	for <garchives@archives.gentoo.org>; Wed,  2 Mar 2016 22:53:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9F3BA21C036;
	Wed,  2 Mar 2016 22:53:30 +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 7A74121C035
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Mar 2016 22:53:28 +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 349FF340C50
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Mar 2016 22:53:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EADC1233E
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Mar 2016 22:53:21 +0000 (UTC)
From: "Michael Weber" <xmw@gentoo.org>
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" <xmw@gentoo.org>
Message-ID: <1456959136.6a15522f41ab635f2cc9cfd461162a6f80870a2b.xmw@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libdom/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/libdom/libdom-0.3.0.ebuild
X-VCS-Directories: net-libs/libdom/
X-VCS-Committer: xmw
X-VCS-Committer-Name: Michael Weber
X-VCS-Revision: 6a15522f41ab635f2cc9cfd461162a6f80870a2b
X-VCS-Branch: master
Date: Wed,  2 Mar 2016 22:53:21 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 30e3b7ea-9c1d-4fbd-8662-5af7e0731e15
X-Archives-Hash: 3a3681f1509577d1e96875cec33e324c

commit:     6a15522f41ab635f2cc9cfd461162a6f80870a2b
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  2 21:44:34 2016 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar  2 22:52:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a15522f

net-libs/libdom: Fix permissions.

Package-Manager: portage-2.2.27

 net-libs/libdom/libdom-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdom/libdom-0.3.0.ebuild b/net-libs/libdom/libdom-0.3.0.ebuild
index 81cccdf..053467f 100644
--- a/net-libs/libdom/libdom-0.3.0.ebuild
+++ b/net-libs/libdom/libdom-0.3.0.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~m68k-mint"
 IUSE="expat test xml"
 
 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.3.0[static-libs?,${MULTILIB_USEDEP}]
 	>=net-libs/libhubbub-0.3.1-r1[static-libs?,${MULTILIB_USEDEP}]
 	xml? (
 		expat? ( >=dev-libs/expat-2.1.0-r3[static-libs?,${MULTILIB_USEDEP}] )