Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libdom/
Date: Wed, 02 Mar 2016 22:53:49
Message-Id: 1456959136.6a15522f41ab635f2cc9cfd461162a6f80870a2b.xmw@gentoo
1 commit: 6a15522f41ab635f2cc9cfd461162a6f80870a2b
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 21:44:34 2016 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 22:52:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a15522f
7
8 net-libs/libdom: Fix permissions.
9
10 Package-Manager: portage-2.2.27
11
12 net-libs/libdom/libdom-0.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libdom/libdom-0.3.0.ebuild b/net-libs/libdom/libdom-0.3.0.ebuild
16 index 81cccdf..053467f 100644
17 --- a/net-libs/libdom/libdom-0.3.0.ebuild
18 +++ b/net-libs/libdom/libdom-0.3.0.ebuild
19 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~m68k-mint"
20 IUSE="expat test xml"
21
22 RDEPEND=">=dev-libs/libparserutils-0.2.1-r1[static-libs?,${MULTILIB_USEDEP}]
23 - >=dev-libs/libwapcaplet-0.2.2-r1[static-libs?,${MULTILIB_USEDEP}]
24 + >=dev-libs/libwapcaplet-0.3.0[static-libs?,${MULTILIB_USEDEP}]
25 >=net-libs/libhubbub-0.3.1-r1[static-libs?,${MULTILIB_USEDEP}]
26 xml? (
27 expat? ( >=dev-libs/expat-2.1.0-r3[static-libs?,${MULTILIB_USEDEP}] )