diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-16 00:27:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-16 00:28:23 +0100 |
commit | b5a115a79ea9bbbc40b2d803593fa2f241e02d3e (patch) | |
tree | 5449c53a75e96a3e0f6203515ff1e7c10fdc12a4 /app-accessibility | |
parent | dev-util/heaptrack: EAPI-7 bump (diff) | |
download | gentoo-b5a115a79ea9bbbc40b2d803593fa2f241e02d3e.tar.gz gentoo-b5a115a79ea9bbbc40b2d803593fa2f241e02d3e.tar.bz2 gentoo-b5a115a79ea9bbbc40b2d803593fa2f241e02d3e.zip |
app-accessibility/simon: EAPI-7 bump
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/simon/simon-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-accessibility/simon/simon-9999.ebuild b/app-accessibility/simon/simon-9999.ebuild index f5fc867b2122..8c9e1d6bf7f0 100644 --- a/app-accessibility/simon/simon-9999.ebuild +++ b/app-accessibility/simon/simon-9999.ebuild @@ -1,7 +1,7 @@ -# 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 EGIT_BRANCH="kf5" KDE_HANDBOOK="forceoptional" @@ -9,7 +9,7 @@ KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="Open-source speech recognition program for replacing mouse and keyboard" -HOMEPAGE="http://simon-listens.org/" +HOMEPAGE="https://simon-listens.org/" [[ ${PV} != *9999* ]] && SRC_URI="mirror://kde/unstable/simon/${PV}/${P}.tar.xz" LICENSE="GPL-2" |