commit:     80c6db27f8d3ae5574087c1c586282c9b8fa1b93
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Fri May 31 10:19:06 2024 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Sat Jun  1 16:54:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=80c6db27

x11-terms/tilix: reorder variables to please pkgcheck

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>

 x11-terms/tilix/tilix-1.9.6-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-terms/tilix/tilix-1.9.6-r1.ebuild 
b/x11-terms/tilix/tilix-1.9.6-r1.ebuild
index 234e17a..49bc560 100644
--- a/x11-terms/tilix/tilix-1.9.6-r1.ebuild
+++ b/x11-terms/tilix/tilix-1.9.6-r1.ebuild
@@ -5,13 +5,14 @@ EAPI=8
 
 DESCRIPTION="A tiling terminal emulator for Linux using GTK+ 3"
 HOMEPAGE="https://gnunn1.github.io/tilix-web/";
+
+GITHUB_URI="https://codeload.github.com/gnunn1";
+SRC_URI="${GITHUB_URI}/${PN}/tar.gz/${PV} -> ${PN}-${PV}.tar.gz"
 LICENSE="MPL-2.0"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-GITHUB_URI="https://codeload.github.com/gnunn1";
-SRC_URI="${GITHUB_URI}/${PN}/tar.gz/${PV} -> ${PN}-${PV}.tar.gz"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

Reply via email to