diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-03 10:41:10 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-03 14:21:43 +0200 |
commit | ae73f979ae4cb36cbccbcad69d9c1d764ed37039 (patch) | |
tree | dbe8df8c85128bc0d4706b5e4d9a8088e8152a9c /app-dicts/dikt | |
parent | mail-client/trojita: Set -DWITH_RAGEL=OFF (diff) | |
download | gentoo-ae73f979ae4cb36cbccbcad69d9c1d764ed37039.tar.gz gentoo-ae73f979ae4cb36cbccbcad69d9c1d764ed37039.tar.bz2 gentoo-ae73f979ae4cb36cbccbcad69d9c1d764ed37039.zip |
app-dicts/dikt: Fix SRC_URI after bitbucket hg shutdown
Closes: https://bugs.gentoo.org/739784
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-dicts/dikt')
-rw-r--r-- | app-dicts/dikt/dikt-2s_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/dikt/dikt-2s_p1.ebuild b/app-dicts/dikt/dikt-2s_p1.ebuild index c655a5c576d5..5218d2e8ad9a 100644 --- a/app-dicts/dikt/dikt-2s_p1.ebuild +++ b/app-dicts/dikt/dikt-2s_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit ecm DESCRIPTION="Dictionary application that implements the Dict protocol" HOMEPAGE="https://www.dikt.tv/" -SRC_URI="https://bitbucket.org/dikt/code/downloads/${MY_P}.txz -> ${MY_P}.tar.xz" +SRC_URI="https://bitbucket-archive.softwareheritage.org/static/67/67f37093-df38-43b8-845b-2952e0a33bb3/attachments/${MY_P}.txz -> ${MY_P}.tar.xz" LICENSE="BSD-2" SLOT="5" |