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 C8653138334 for ; Mon, 28 Oct 2019 21:38:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8A67E0931; Mon, 28 Oct 2019 21:38:05 +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 CD9A3E0931 for ; Mon, 28 Oct 2019 21:38:05 +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 A116E34C521 for ; Mon, 28 Oct 2019 21:38:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66A7A884 for ; Mon, 28 Oct 2019 21:38:02 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1572298633.87e1a83692678ede21c37f53f8dfa8bdc9af6ab1.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/kyotocabinet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild X-VCS-Directories: dev-db/kyotocabinet/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 87e1a83692678ede21c37f53f8dfa8bdc9af6ab1 X-VCS-Branch: master Date: Mon, 28 Oct 2019 21:38:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2e94da42-9bc5-4069-bfff-1de7943397c5 X-Archives-Hash: f4bc257caf9ec7285b41b9ecd984015a commit: 87e1a83692678ede21c37f53f8dfa8bdc9af6ab1 Author: Jonas Stein gentoo org> AuthorDate: Mon Oct 28 21:37:13 2019 +0000 Commit: Jonas Stein gentoo org> CommitDate: Mon Oct 28 21:37:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e1a836 dev-db/kyotocabinet: QA fix in SRC_URI fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Jonas Stein gentoo.org> dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild index 6b2ec47895d..b8d4c86ff2e 100644 --- a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild +++ b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild @@ -7,7 +7,7 @@ inherit autotools toolchain-funcs DESCRIPTION="A straightforward implementation of DBM" HOMEPAGE="https://fallabs.com/kyotocabinet/" -SRC_URI="${HOMEPAGE}pkg/${P}.tar.gz" +SRC_URI="https://fallabs.com/kyotocabinet/pkg/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"