commit:     d4d5d4a0678d25bce2fff3a73f2115c3d1d99947
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 02:20:28 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 24 02:20:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d5d4a0

media-libs/SoXt: fix VariableOrderWrong

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/SoXt/SoXt-1.4.1.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/media-libs/SoXt/SoXt-1.4.1.ebuild 
b/media-libs/SoXt/SoXt-1.4.1.ebuild
index dd4ccfdfaa84..a925be68ddee 100644
--- a/media-libs/SoXt/SoXt-1.4.1.ebuild
+++ b/media-libs/SoXt/SoXt-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,13 +7,14 @@ inherit cmake flag-o-matic
 
 MY_P=${P/soxt/SoXt}
 
-HOMEPAGE="https://github.com/coin3d/coin/wiki";
 DESCRIPTION="GUI binding for using Coin/Open Inventor with Xt/Motif"
+HOMEPAGE="https://github.com/coin3d/coin/wiki";
 
SRC_URI="https://github.com/coin3d/soxt/releases/download/v${PV}/${P}-src.tar.gz";
+S="${WORKDIR}/soxt"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 SLOT="0"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="debug doc"
 
 RDEPEND="
@@ -28,9 +29,7 @@ BDEPEND="
        doc? ( app-text/doxygen )
 "
 
-S="${WORKDIR}/soxt"
-
-DOCS=(AUTHORS ChangeLog HACKING NEWS README TODO BUGS.txt)
+DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO BUGS.txt )
 
 src_configure() {
        use debug && append-cppflags -DSOXT_DEBUG=1

Reply via email to