commit:     c566fffadada5196638bf08d94d14192473b04bc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 29 17:29:55 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 29 22:32:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c566fffa

net-misc/mcproxy: Switch to Qt6

Closes: https://bugs.gentoo.org/966835
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/mcproxy/mcproxy-1.1.1-r2.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-misc/mcproxy/mcproxy-1.1.1-r2.ebuild 
b/net-misc/mcproxy/mcproxy-1.1.1-r2.ebuild
index aa97d1c68cee..97def3ade2e0 100644
--- a/net-misc/mcproxy/mcproxy-1.1.1-r2.ebuild
+++ b/net-misc/mcproxy/mcproxy-1.1.1-r2.ebuild
@@ -1,22 +1,22 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 inherit linux-info qmake-utils systemd
 
-DESCRIPTION="A multicast proxy for IGMP/MLD"
+DESCRIPTION="Multicast proxy for IGMP/MLD"
 HOMEPAGE="https://mcproxy.realmv6.org/ https://github.com/mcproxy/mcproxy";
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${P}/${PN}"
 
-KEYWORDS="amd64 x86"
 LICENSE="GPL-2+"
 SLOT="0"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 DEPEND="
-       dev-qt/qtcore:5
+       dev-qt/qtbase:6
        doc? ( app-text/doxygen )
 "
 
@@ -35,7 +35,7 @@ src_prepare() {
 }
 
 src_configure() {
-       eqmake5
+       eqmake6
 }
 
 src_compile() {

Reply via email to