commit:     72b05275b8f389ba421d0171a82207d97d321c8c
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 09:35:45 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 10:12:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b05275

sci-visualization/xyscan: fix pkgcheck issues

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37837
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sci-visualization/xyscan/xyscan-4.3.0.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sci-visualization/xyscan/xyscan-4.3.0.ebuild 
b/sci-visualization/xyscan/xyscan-4.3.0.ebuild
index 0d14b12e89a4..571e6042a598 100644
--- a/sci-visualization/xyscan/xyscan-4.3.0.ebuild
+++ b/sci-visualization/xyscan/xyscan-4.3.0.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
@@ -9,11 +9,11 @@ inherit desktop qmake-utils
 DESCRIPTION="Tool for extracting data points from graphs"
 HOMEPAGE="http://rhig.physics.yale.edu/~ullrich/software/xyscan/";
 
SRC_URI="http://rhig.physics.yale.edu/~ullrich/software/${PN}/Distributions/${MY_PV}/${PN}-${MY_PV}-src.tgz";
+S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
 RDEPEND="
        app-text/poppler[qt5]
@@ -26,8 +26,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}/${PN}"
-
 src_prepare() {
        default
        sed -i \

Reply via email to