commit:     c3a435c4d534c9055deede74e69950f6e3c6785f
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Sep 11 21:01:05 2025 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Sep 11 21:01:05 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c3a435c4

sci-misc/praat: reordered variables

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-misc/praat/praat-6.1.42.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/sci-misc/praat/praat-6.1.42.ebuild 
b/sci-misc/praat/praat-6.1.42.ebuild
index 5a60b5149..bbd7c43ec 100644
--- a/sci-misc/praat/praat-6.1.42.ebuild
+++ b/sci-misc/praat/praat-6.1.42.ebuild
@@ -4,13 +4,14 @@
 EAPI=7
 
 DESCRIPTION="Speech analysis and synthesis"
-SRC_URI="https://github.com/praat/praat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="http://www.fon.hum.uva.nl/praat/";
+SRC_URI="https://github.com/praat/praat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/praat-${PV}"
 
-KEYWORDS="~amd64 ~x86"
-IUSE="+pulseaudio static-libs +X"
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+pulseaudio static-libs +X"
 
 DEPEND="
        pulseaudio? ( media-sound/pulseaudio )
@@ -20,8 +21,6 @@ DEPEND="
 
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/praat-${PV}"
-
 src_prepare() {
        if use X; then
                if use static-libs; then

Reply via email to