Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/kyotocabinet/
Date: Mon, 28 Oct 2019 21:38:06
Message-Id: 1572298633.87e1a83692678ede21c37f53f8dfa8bdc9af6ab1.jstein@gentoo
1 commit: 87e1a83692678ede21c37f53f8dfa8bdc9af6ab1
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 28 21:37:13 2019 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 28 21:37:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e1a836
7
8 dev-db/kyotocabinet: QA fix in SRC_URI
9
10 fix ${HOMEPAGE} in SRC_URI
11
12 Package-Manager: Portage-2.3.78, Repoman-2.3.17
13 Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
14
15 dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild
19 index 6b2ec47895d..b8d4c86ff2e 100644
20 --- a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild
21 +++ b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild
22 @@ -7,7 +7,7 @@ inherit autotools toolchain-funcs
23
24 DESCRIPTION="A straightforward implementation of DBM"
25 HOMEPAGE="https://fallabs.com/kyotocabinet/"
26 -SRC_URI="${HOMEPAGE}pkg/${P}.tar.gz"
27 +SRC_URI="https://fallabs.com/kyotocabinet/pkg/${P}.tar.gz"
28
29 LICENSE="GPL-3"
30 SLOT="0"