commit:     abbfb78ecf7a872f8f88afc67bdfe4ea96910f85
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 16:05:53 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 16:07:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbfb78e

dev-libs/libqt6pas: update variable order, tweak description

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

 dev-libs/libqt6pas/libqt6pas-1.0.0.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libqt6pas/libqt6pas-1.0.0.ebuild 
b/dev-libs/libqt6pas/libqt6pas-1.0.0.ebuild
index 6b5fbcaef8f8..08257458f261 100644
--- a/dev-libs/libqt6pas/libqt6pas-1.0.0.ebuild
+++ b/dev-libs/libqt6pas/libqt6pas-1.0.0.ebuild
@@ -7,21 +7,20 @@ inherit qmake-utils
 
 MY_P="lazarus-3.0-0"
 
-DESCRIPTION="Free Pascal Qt6 bindings library updated by lazarus IDE."
+DESCRIPTION="Free Pascal Qt6 bindings library updated by lazarus IDE"
 HOMEPAGE="https://gitlab.com/freepascal.org/lazarus/lazarus";
 SRC_URI="https://downloads.sourceforge.net/lazarus/${MY_P}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+S="${WORKDIR}/lazarus/lcl/interfaces/qt6/cbindings"
 
 LICENSE="LGPL-3"
 SLOT="0/2.2"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="
        dev-qt/qtbase:6
 "
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/lazarus/lcl/interfaces/qt6/cbindings"
-
 PATCHES=(
        "${FILESDIR}/${PN}-1.0.0-remove-wrapper-of-undefined-method.patch"
 )

Reply via email to