Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/aerospike-server-community/
Date: Sat, 17 Nov 2018 18:12:39
Message-Id: 1542478334.17eaf6d46774ad75d2038aa5e66d638a4bdd492f.eva@gentoo
1 commit: 17eaf6d46774ad75d2038aa5e66d638a4bdd492f
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 18:10:41 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 18:12:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17eaf6d4
7
8 dev-db/aerospike-server-community: drop gcr dependency
9
10 Could not find it anywhere in codebase. Commiting due to maintainer timeout.
11
12 Closes: https://bugs.gentoo.org/630734
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
15
16 .../aerospike-server-community/aerospike-server-community-9999.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-db/aerospike-server-community/aerospike-server-community-9999.ebuild b/dev-db/aerospike-server-community/aerospike-server-community-9999.ebuild
20 index 4c485634ff5..0ff1b892d74 100644
21 --- a/dev-db/aerospike-server-community/aerospike-server-community-9999.ebuild
22 +++ b/dev-db/aerospike-server-community/aerospike-server-community-9999.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -14,7 +14,7 @@ SLOT="0"
30 KEYWORDS=""
31 IUSE="+tools"
32
33 -RDEPEND="app-crypt/gcr
34 +RDEPEND="
35 dev-libs/jansson
36 dev-libs/jemalloc"
37 DEPEND="${RDEPEND}"