diff options
author | 2019-03-30 21:17:43 +0100 | |
---|---|---|
committer | 2019-03-31 12:39:23 +0200 | |
commit | b4dd0b7fabd84f50eaab5fbda421b66a8305d1d3 (patch) | |
tree | fff9eb6d0bb4b9f4623d0d4b4c58fd5ddac52b02 /app-dicts/dikt | |
parent | gnome-extra/nemo-3.6.4: add tracker-2 compatibility (diff) | |
download | gentoo-b4dd0b7fabd84f50eaab5fbda421b66a8305d1d3.tar.gz gentoo-b4dd0b7fabd84f50eaab5fbda421b66a8305d1d3.tar.bz2 gentoo-b4dd0b7fabd84f50eaab5fbda421b66a8305d1d3.zip |
app-dicts/dikt: EAPI-7 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-dicts/dikt')
-rw-r--r-- | app-dicts/dikt/dikt-2s_p1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-dicts/dikt/dikt-2s_p1.ebuild b/app-dicts/dikt/dikt-2s_p1.ebuild index 883017e4880e..f99de7a93486 100644 --- a/app-dicts/dikt/dikt-2s_p1.ebuild +++ b/app-dicts/dikt/dikt-2s_p1.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MY_P=${P/_p/} - inherit kde5 -DESCRIPTION="A dictionary application that implements the Dict protocol" +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" |