summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-09 17:05:23 +0100
committerSam James <sam@gentoo.org>2024-06-09 17:07:11 +0100
commit78debd196b1250fc571f83b9374862220bd8d44e (patch)
treefb87907576ca5741151158eef474568822afaf59 /dev-libs
parentdev-lang/lazarus: add a new version 3.0 of the package (diff)
downloadgentoo-78debd196b1250fc571f83b9374862220bd8d44e.tar.gz
gentoo-78debd196b1250fc571f83b9374862220bd8d44e.tar.bz2
gentoo-78debd196b1250fc571f83b9374862220bd8d44e.zip
dev-libs/libqt6pas: add missing RDEPEND, update SRC_URI
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libqt6pas/libqt6pas-1.0.0.ebuild5
1 files 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"