diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-26 10:47:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-26 11:17:17 +0100 |
commit | c6babac6806bd6812c8837c18303d12626992b24 (patch) | |
tree | 1f5b6202add44e9f5de3184f006ad49376ffed47 /app-dicts | |
parent | profiles: Add x11-libs/snorenotify to package.deprecated (diff) | |
download | gentoo-c6babac6806bd6812c8837c18303d12626992b24.tar.gz gentoo-c6babac6806bd6812c8837c18303d12626992b24.tar.bz2 gentoo-c6babac6806bd6812c8837c18303d12626992b24.zip |
app-dicts/dikt: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/dikt/dikt-2s_p1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-dicts/dikt/dikt-2s_p1.ebuild b/app-dicts/dikt/dikt-2s_p1.ebuild index 6fe9a62855e7..5c83d2d299cd 100644 --- a/app-dicts/dikt/dikt-2s_p1.ebuild +++ b/app-dicts/dikt/dikt-2s_p1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_P=${P/_p/} KFMIN=5.60.0 @@ -9,8 +9,9 @@ QTMIN=5.12.3 inherit ecm DESCRIPTION="Dictionary application that implements the Dict protocol" -HOMEPAGE="https://www.dikt.tv/" +HOMEPAGE="https://dikt.tv/" SRC_URI="https://bitbucket-archive.softwareheritage.org/static/67/67f37093-df38-43b8-845b-2952e0a33bb3/attachments/${MY_P}.txz -> ${MY_P}.tar.xz" +S="${WORKDIR}/${MY_P}" LICENSE="BSD-2" SLOT="5" @@ -37,5 +38,3 @@ DEPEND=" RDEPEND="${DEPEND} !app-dicts/dikt:4 " - -S="${WORKDIR}/${MY_P}" |