Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/apr-util/
Date: Thu, 04 Jan 2018 10:31:52
Message-Id: 1515061899.fe90a2f43173cfbaf71aa5717179f142c920b0b9.polynomial-c@gentoo
1 commit: fe90a2f43173cfbaf71aa5717179f142c920b0b9
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 10:31:39 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 10:31:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe90a2f4
7
8 dev-libs/apr-util: Added sub-slot dep for sys-libs/gdbm
9
10 Closes: https://bugs.gentoo.org/643306
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 dev-libs/apr-util/apr-util-1.5.4-r3.ebuild | 4 ++--
14 dev-libs/apr-util/apr-util-1.6.1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-libs/apr-util/apr-util-1.5.4-r3.ebuild b/dev-libs/apr-util/apr-util-1.5.4-r3.ebuild
18 index 91a41d6598d..0902526be9a 100644
19 --- a/dev-libs/apr-util/apr-util-1.5.4-r3.ebuild
20 +++ b/dev-libs/apr-util/apr-util-1.5.4-r3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -24,7 +24,7 @@ RDEPEND="
28 >=dev-libs/apr-${APR_PV}:1
29 berkdb? ( >=sys-libs/db-4:= )
30 freetds? ( dev-db/freetds )
31 - gdbm? ( sys-libs/gdbm )
32 + gdbm? ( sys-libs/gdbm:= )
33 ldap? ( =net-nds/openldap-2* )
34 mysql? ( =virtual/mysql-5* )
35 nss? ( dev-libs/nss )
36
37 diff --git a/dev-libs/apr-util/apr-util-1.6.1.ebuild b/dev-libs/apr-util/apr-util-1.6.1.ebuild
38 index ec528c173dd..97a0e1ac54c 100644
39 --- a/dev-libs/apr-util/apr-util-1.6.1.ebuild
40 +++ b/dev-libs/apr-util/apr-util-1.6.1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -23,7 +23,7 @@ RDEPEND="
48 dev-libs/expat
49 >=dev-libs/apr-${APR_PV}:1
50 berkdb? ( >=sys-libs/db-4:= )
51 - gdbm? ( sys-libs/gdbm )
52 + gdbm? ( sys-libs/gdbm:= )
53 ldap? ( =net-nds/openldap-2* )
54 mysql? ( =virtual/mysql-5* )
55 nss? ( dev-libs/nss )