From 78debd196b1250fc571f83b9374862220bd8d44e Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 9 Jun 2024 17:05:23 +0100 Subject: dev-libs/libqt6pas: add missing RDEPEND, update SRC_URI Signed-off-by: Sam James --- 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" -- cgit v1.2.3-65-gdbad