diff options
-rw-r--r-- | dev-libs/libqt6pas/libqt6pas-1.0.0.ebuild | 5 |
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" |