commit: f3bfc15e5b1d7194ea3f0eac556b893939af31b6
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 19:10:18 2024 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 20:03:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3bfc15e
app-doc/geant-docs: fix variable ordering reported by pkgcheck
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
app-doc/geant-docs/geant-docs-4.11.2.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/app-doc/geant-docs/geant-docs-4.11.2.ebuild
b/app-doc/geant-docs/geant-docs-4.11.2.ebuild
index ec36bdb51e51..be19c8da68cc 100644
--- a/app-doc/geant-docs/geant-docs-4.11.2.ebuild
+++ b/app-doc/geant-docs/geant-docs-4.11.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -25,12 +25,11 @@ SRC_URI="
-> PhysicsReferenceManual-${PV}.pdf
"
+S="${DISTDIR}"
+
LICENSE="geant4"
SLOT="4"
KEYWORDS="amd64 ~riscv x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${DISTDIR}"
src_unpack() {
: # empty, nothing to unpack