commit: 2a669a90ef23015afd8008e70bc5d39cf0994e1e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 15:08:43 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 17:14:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a669a90
Move {sys-devel → dev-build}/qconf
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
{sys-devel => dev-build}/qconf/Manifest | 0
{sys-devel => dev-build}/qconf/metadata.xml | 0
{sys-devel => dev-build}/qconf/qconf-2.5.ebuild | 2 +-
net-im/psi/psi-9999.ebuild | 2 +-
net-im/psimedia/psimedia-9999.ebuild | 4 ++--
profiles/updates/1Q-2024 | 1 +
6 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/sys-devel/qconf/Manifest b/dev-build/qconf/Manifest
similarity index 100%
rename from sys-devel/qconf/Manifest
rename to dev-build/qconf/Manifest
diff --git a/sys-devel/qconf/metadata.xml b/dev-build/qconf/metadata.xml
similarity index 100%
rename from sys-devel/qconf/metadata.xml
rename to dev-build/qconf/metadata.xml
diff --git a/sys-devel/qconf/qconf-2.5.ebuild b/dev-build/qconf/qconf-2.5.ebuild
similarity index 95%
rename from sys-devel/qconf/qconf-2.5.ebuild
rename to dev-build/qconf/qconf-2.5.ebuild
index ca303a7e0854..9da668afb0f6 100644
--- a/sys-devel/qconf/qconf-2.5.ebuild
+++ b/dev-build/qconf/qconf-2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
index f458f22d6ddc..a0f835e50ba7 100644
--- a/net-im/psi/psi-9999.ebuild
+++ b/net-im/psi/psi-9999.ebuild
@@ -31,7 +31,7 @@ BDEPEND="
dev-qt/linguist-tools:5
virtual/pkgconfig
doc? ( app-text/doxygen[dot] )
- extras? ( >=sys-devel/qconf-2.4 )
+ extras? ( >=dev-build/qconf-2.4 )
"
DEPEND="
app-crypt/qca:2[ssl]
diff --git a/net-im/psimedia/psimedia-9999.ebuild
b/net-im/psimedia/psimedia-9999.ebuild
index 1dc21a73f501..7b5e885b9d42 100644
--- a/net-im/psimedia/psimedia-9999.ebuild
+++ b/net-im/psimedia/psimedia-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS=""
IUSE="extras"
-BDEPEND="sys-devel/qconf"
+BDEPEND="dev-build/qconf"
DEPEND="
dev-libs/glib
dev-qt/qtcore:5
diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024
index 6ae2105e8f47..b658165fa318 100644
--- a/profiles/updates/1Q-2024
+++ b/profiles/updates/1Q-2024
@@ -47,3 +47,4 @@ move dev-util/netsurf-buildsystem
dev-build/netsurf-buildsystem
move dev-util/tup dev-build/tup
move sys-devel/cons dev-build/cons
move dev-util/scons dev-build/scons
+move sys-devel/qconf dev-build/qconf