From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CC32138806 for ; Mon, 25 Dec 2017 19:17:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5CA62BC024; Mon, 25 Dec 2017 19:17:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 965492BC024 for ; Mon, 25 Dec 2017 19:17:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09C1F34085A for ; Mon, 25 Dec 2017 19:17:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06F19AE9E for ; Mon, 25 Dec 2017 19:17:38 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1514229402.1e6c02356e05533a92e4dfc37682a2dd17b4c3f3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/aerospike-server-community/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/aerospike-server-community/aerospike-server-community-3.13.0.7.ebuild dev-db/aerospike-server-community/aerospike-server-community-3.13.0.8.ebuild dev-db/aerospike-server-community/aerospike-server-community-3.14.1.4.ebuild dev-db/aerospike-server-community/aerospike-server-community-3.14.1.5.ebuild dev-db/aerospike-server-community/aerospike-server-community-3.15.0.1.ebuild dev-db/aerospike-server-community/aerospike-server-community-3.15.0.2.ebuild dev-db/aerospike-server-community/aerospike-server-community-3.15.1.3.ebuild X-VCS-Directories: dev-db/aerospike-server-community/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1e6c02356e05533a92e4dfc37682a2dd17b4c3f3 X-VCS-Branch: master Date: Mon, 25 Dec 2017 19:17:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 19d441b7-1083-4895-ba89-d84f0ea5fc39 X-Archives-Hash: 1b889f216ea2005579cabf3e5be645b9 commit: 1e6c02356e05533a92e4dfc37682a2dd17b4c3f3 Author: David Seifert gentoo org> AuthorDate: Mon Dec 25 18:11:03 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Dec 25 19:16:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6c0235 dev-db/aerospike-server-community: [QA] Add explicit SLOT to dependencies Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../aerospike-server-community-3.13.0.7.ebuild | 4 ++-- .../aerospike-server-community-3.13.0.8.ebuild | 4 ++-- .../aerospike-server-community-3.14.1.4.ebuild | 4 ++-- .../aerospike-server-community-3.14.1.5.ebuild | 4 ++-- .../aerospike-server-community-3.15.0.1.ebuild | 4 ++-- .../aerospike-server-community-3.15.0.2.ebuild | 4 ++-- .../aerospike-server-community-3.15.1.3.ebuild | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/dev-db/aerospike-server-community/aerospike-server-community-3.13.0.7.ebuild b/dev-db/aerospike-server-community/aerospike-server-community-3.13.0.7.ebuild index b7e20d5ad8b..624bf0b523a 100644 --- a/dev-db/aerospike-server-community/aerospike-server-community-3.13.0.7.ebuild +++ b/dev-db/aerospike-server-community/aerospike-server-community-3.13.0.7.ebuild @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="sys-libs/readline +RDEPEND="sys-libs/readline:0 sys-libs/zlib - dev-libs/openssl + dev-libs/openssl:0 " DEPEND="${RDEPEND}" diff --git a/dev-db/aerospike-server-community/aerospike-server-community-3.13.0.8.ebuild b/dev-db/aerospike-server-community/aerospike-server-community-3.13.0.8.ebuild index b7e20d5ad8b..624bf0b523a 100644 --- a/dev-db/aerospike-server-community/aerospike-server-community-3.13.0.8.ebuild +++ b/dev-db/aerospike-server-community/aerospike-server-community-3.13.0.8.ebuild @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="sys-libs/readline +RDEPEND="sys-libs/readline:0 sys-libs/zlib - dev-libs/openssl + dev-libs/openssl:0 " DEPEND="${RDEPEND}" diff --git a/dev-db/aerospike-server-community/aerospike-server-community-3.14.1.4.ebuild b/dev-db/aerospike-server-community/aerospike-server-community-3.14.1.4.ebuild index b7e20d5ad8b..624bf0b523a 100644 --- a/dev-db/aerospike-server-community/aerospike-server-community-3.14.1.4.ebuild +++ b/dev-db/aerospike-server-community/aerospike-server-community-3.14.1.4.ebuild @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="sys-libs/readline +RDEPEND="sys-libs/readline:0 sys-libs/zlib - dev-libs/openssl + dev-libs/openssl:0 " DEPEND="${RDEPEND}" diff --git a/dev-db/aerospike-server-community/aerospike-server-community-3.14.1.5.ebuild b/dev-db/aerospike-server-community/aerospike-server-community-3.14.1.5.ebuild index b7e20d5ad8b..624bf0b523a 100644 --- a/dev-db/aerospike-server-community/aerospike-server-community-3.14.1.5.ebuild +++ b/dev-db/aerospike-server-community/aerospike-server-community-3.14.1.5.ebuild @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="sys-libs/readline +RDEPEND="sys-libs/readline:0 sys-libs/zlib - dev-libs/openssl + dev-libs/openssl:0 " DEPEND="${RDEPEND}" diff --git a/dev-db/aerospike-server-community/aerospike-server-community-3.15.0.1.ebuild b/dev-db/aerospike-server-community/aerospike-server-community-3.15.0.1.ebuild index b4e85baa2e3..f9e2c792a6e 100644 --- a/dev-db/aerospike-server-community/aerospike-server-community-3.15.0.1.ebuild +++ b/dev-db/aerospike-server-community/aerospike-server-community-3.15.0.1.ebuild @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="sys-libs/readline +RDEPEND="sys-libs/readline:0 sys-libs/zlib - dev-libs/openssl + dev-libs/openssl:0 " DEPEND="${RDEPEND}" diff --git a/dev-db/aerospike-server-community/aerospike-server-community-3.15.0.2.ebuild b/dev-db/aerospike-server-community/aerospike-server-community-3.15.0.2.ebuild index b4e85baa2e3..f9e2c792a6e 100644 --- a/dev-db/aerospike-server-community/aerospike-server-community-3.15.0.2.ebuild +++ b/dev-db/aerospike-server-community/aerospike-server-community-3.15.0.2.ebuild @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="sys-libs/readline +RDEPEND="sys-libs/readline:0 sys-libs/zlib - dev-libs/openssl + dev-libs/openssl:0 " DEPEND="${RDEPEND}" diff --git a/dev-db/aerospike-server-community/aerospike-server-community-3.15.1.3.ebuild b/dev-db/aerospike-server-community/aerospike-server-community-3.15.1.3.ebuild index e5f19b1e3af..b0fd3d8c225 100644 --- a/dev-db/aerospike-server-community/aerospike-server-community-3.15.1.3.ebuild +++ b/dev-db/aerospike-server-community/aerospike-server-community-3.15.1.3.ebuild @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="sys-libs/readline +RDEPEND="sys-libs/readline:0 sys-libs/zlib - dev-libs/openssl + dev-libs/openssl:0 " DEPEND="${RDEPEND}"