commit:     78debd196b1250fc571f83b9374862220bd8d44e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 16:05:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 16:07:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78debd19

dev-libs/libqt6pas: add missing RDEPEND, update SRC_URI

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

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

diff --git a/dev-libs/libqt6pas/libqt6pas-1.0.0.ebuild 
b/dev-libs/libqt6pas/libqt6pas-1.0.0.ebuild
index 26de772a8409..6b5fbcaef8f8 100644
--- a/dev-libs/libqt6pas/libqt6pas-1.0.0.ebuild
+++ b/dev-libs/libqt6pas/libqt6pas-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ MY_P="lazarus-3.0-0"
 
 DESCRIPTION="Free Pascal Qt6 bindings library updated by lazarus IDE."
 HOMEPAGE="https://gitlab.com/freepascal.org/lazarus/lazarus";
-SRC_URI="mirror://sourceforge/lazarus/${MY_P}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/lazarus/${MY_P}.tar.gz -> 
${P}.tar.gz"
 KEYWORDS="~amd64 ~x86"
 
 LICENSE="LGPL-3"
@@ -18,6 +18,7 @@ SLOT="0/2.2"
 DEPEND="
        dev-qt/qtbase:6
 "
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/lazarus/lcl/interfaces/qt6/cbindings"
 

Reply via email to