Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sord/
Date: Wed, 30 Nov 2016 14:59:55
Message-Id: 1480517980.a9afd2535025f11319b04cd7ff8b57b141e613a3.aballier@gentoo
1 commit: a9afd2535025f11319b04cd7ff8b57b141e613a3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 14:59:40 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 14:59:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9afd253
7
8 dev-libs/sord: bump serd dep, bug #601284
9
10 Package-Manager: portage-2.3.2
11
12 dev-libs/sord/sord-0.16.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/sord/sord-0.16.0.ebuild b/dev-libs/sord/sord-0.16.0.ebuild
16 index 9b71fb2..6650996 100644
17 --- a/dev-libs/sord/sord-0.16.0.ebuild
18 +++ b/dev-libs/sord/sord-0.16.0.ebuild
19 @@ -17,7 +17,7 @@ SLOT="0"
20 KEYWORDS="~amd64 ~ppc ~x86"
21 IUSE="doc static-libs test"
22
23 -RDEPEND=">=dev-libs/serd-0.14.0"
24 +RDEPEND=">=dev-libs/serd-0.22.4"
25 DEPEND="${RDEPEND}
26 ${PYTHON_DEPS}
27 doc? ( app-doc/doxygen )