diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 19:22:24 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 20:13:39 +0200 |
commit | 75b27ff096a21fc3abb69b4273a0b6b83fa4abdb (patch) | |
tree | e1820269bae96339dfdd6bfb79e9bf7dcefac526 /dev-qt/qtsingleapplication | |
parent | dev-qt/qtlockedfile: EAPI-7 bump (diff) | |
download | gentoo-75b27ff096a21fc3abb69b4273a0b6b83fa4abdb.tar.gz gentoo-75b27ff096a21fc3abb69b4273a0b6b83fa4abdb.tar.bz2 gentoo-75b27ff096a21fc3abb69b4273a0b6b83fa4abdb.zip |
dev-qt/qtsingleapplication: EAPI-7 bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtsingleapplication')
-rw-r--r-- | dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild index 91161fc3faaf..e5d54f55420f 100644 --- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild +++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit qmake-utils +EAPI=7 MY_P=qt-solutions-${PV#*_p} +inherit qmake-utils DESCRIPTION="Qt library to start applications only once per user" HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/" |