commit:     65261a44d6828719f736503d4d2d57e7f36bdd2b
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 14:07:51 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 07:43:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65261a44

media-sound/qtagger: fix pkgcheck issues

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild 
b/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild
index f85a7a431edc..d03fe2b1e684 100644
--- a/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild
+++ b/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,11 +10,11 @@ inherit cmake qmake-utils
 DESCRIPTION="Simple Qt5 ID3v2 tag editor"
 HOMEPAGE="https://github.com/DOOMer/qtagger";
 SRC_URI="https://github.com/DOOMer/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 BDEPEND="dev-qt/linguist-tools:5"
 DEPEND="
@@ -25,8 +25,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${PN}-${COMMIT}"
-
 src_prepare() {
        # fix doc installation path
        sed -i -e "s/doc\/${PN}/doc\/${PF}/" CMakeLists.txt || die

Reply via email to