diff options
author | Jonas Stein <jstein@gentoo.org> | 2019-10-28 22:37:13 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2019-10-28 22:37:13 +0100 |
commit | 87e1a83692678ede21c37f53f8dfa8bdc9af6ab1 (patch) | |
tree | 9f84903a73567d997c6342c9d577e24b8c024b33 /dev-db/kyotocabinet | |
parent | x11-wm/ctwm: QA fix in SRC_URI (diff) | |
download | gentoo-87e1a83692678ede21c37f53f8dfa8bdc9af6ab1.tar.gz gentoo-87e1a83692678ede21c37f53f8dfa8bdc9af6ab1.tar.bz2 gentoo-87e1a83692678ede21c37f53f8dfa8bdc9af6ab1.zip |
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 <jstein@gentoo.org>
Diffstat (limited to 'dev-db/kyotocabinet')
-rw-r--r-- | dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild index 6b2ec47895de..b8d4c86ff2ef 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" |