diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-07 17:31:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-08 18:54:43 +0200 |
commit | f20de75a56162991b09af41f07daab3e38d3c296 (patch) | |
tree | 4d2f6c7acf4f9048d076d3b0a68370ece865ebf1 /dev-qt | |
parent | dev-qt/qt-docs: EAPI-8 bump, requires unpacker.eclass (diff) | |
download | gentoo-f20de75a56162991b09af41f07daab3e38d3c296.tar.gz gentoo-f20de75a56162991b09af41f07daab3e38d3c296.tar.bz2 gentoo-f20de75a56162991b09af41f07daab3e38d3c296.zip |
dev-qt/qtlockedfile: EAPI-8 bump
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild index 8ce005c4ebea..0cfb9a5a3d36 100644 --- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild +++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_P=qt-solutions-${PV#*_p} inherit qmake-utils @@ -9,6 +9,7 @@ inherit qmake-utils DESCRIPTION="QFile extension with advisory locking functions" HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/" SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz" +S="${WORKDIR}/${MY_P}/${PN}" LICENSE="|| ( LGPL-2.1 GPL-3 )" SLOT="0" @@ -18,8 +19,6 @@ IUSE="doc" DEPEND="dev-qt/qtcore:5" RDEPEND="${DEPEND}" -S="${WORKDIR}/${MY_P}/${PN}" - src_prepare() { default |