diff options
| author | Sebastian Pipping <sping@gentoo.org> | 2025-04-28 15:04:42 +0200 |
|---|---|---|
| committer | Sebastian Pipping <sping@gentoo.org> | 2025-04-28 15:05:27 +0200 |
| commit | dad537f300d3054d8d7d3aeb717faca6ba9af673 (patch) | |
| tree | 424ed396e6680620c58b6f3d2614ad4281642f0b /dev-vcs/svn2git/svn2git-9999.ebuild | |
| parent | 80aff37ab9097076434b3cb5578a0b74214362b5 (diff) | |
| download | gentoo-dad537f300d3054d8d7d3aeb717faca6ba9af673.tar.gz gentoo-dad537f300d3054d8d7d3aeb717faca6ba9af673.tar.bz2 gentoo-dad537f300d3054d8d7d3aeb717faca6ba9af673.zip | |
dev-vcs/svn2git: 1.0.20 + Qt 6
Bug: https://bugs.gentoo.org/954153
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'dev-vcs/svn2git/svn2git-9999.ebuild')
| -rw-r--r-- | dev-vcs/svn2git/svn2git-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-vcs/svn2git/svn2git-9999.ebuild b/dev-vcs/svn2git/svn2git-9999.ebuild index 84c5b8c37422..6161e43ada54 100644 --- a/dev-vcs/svn2git/svn2git-9999.ebuild +++ b/dev-vcs/svn2git/svn2git-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,8 @@ SLOT="0" # KEYWORDS way up DEPEND=" - dev-qt/qtcore:5 + dev-qt/qt5compat:6 + dev-qt/qtbase:6 dev-vcs/subversion" RDEPEND="${DEPEND} dev-vcs/git" @@ -34,7 +35,7 @@ src_configure() { PREFIX=/usr SVN_INCLUDE=/usr/include/subversion-1 ) - eqmake5 "${qmake_args[@]}" fast-export2.pro + eqmake6 "${qmake_args[@]}" fast-export2.pro } src_install() { |
