commit: 79b46d47b512404d255e10b861aca3ee0c282bc1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 16:33:39 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 14:06:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b46d47
Move {sys-devel → dev-build}/boost-m4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
{sys-devel => dev-build}/boost-m4/Manifest | 0
{sys-devel => dev-build}/boost-m4/boost-m4-0.4_p20221019.ebuild | 2 +-
{sys-devel => dev-build}/boost-m4/metadata.xml | 0
net-p2p/amule/amule-2.3.3-r2.ebuild | 4 ++--
net-p2p/amule/amule-2.3.3-r3.ebuild | 4 ++--
net-p2p/amule/amule-9999.ebuild | 4 ++--
profiles/updates/1Q-2024 | 1 +
7 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/sys-devel/boost-m4/Manifest b/dev-build/boost-m4/Manifest
similarity index 100%
rename from sys-devel/boost-m4/Manifest
rename to dev-build/boost-m4/Manifest
diff --git a/sys-devel/boost-m4/boost-m4-0.4_p20221019.ebuild
b/dev-build/boost-m4/boost-m4-0.4_p20221019.ebuild
similarity index 96%
rename from sys-devel/boost-m4/boost-m4-0.4_p20221019.ebuild
rename to dev-build/boost-m4/boost-m4-0.4_p20221019.ebuild
index cd64dec9e57e..21ce36ac5266 100644
--- a/sys-devel/boost-m4/boost-m4-0.4_p20221019.ebuild
+++ b/dev-build/boost-m4/boost-m4-0.4_p20221019.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
diff --git a/sys-devel/boost-m4/metadata.xml b/dev-build/boost-m4/metadata.xml
similarity index 100%
rename from sys-devel/boost-m4/metadata.xml
rename to dev-build/boost-m4/metadata.xml
diff --git a/net-p2p/amule/amule-2.3.3-r2.ebuild
b/net-p2p/amule/amule-2.3.3-r2.ebuild
index bb3c5f6bba0b..e85c3c6775ab 100644
--- a/net-p2p/amule/amule-2.3.3-r2.ebuild
+++ b/net-p2p/amule/amule-2.3.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -45,7 +45,7 @@ DEPEND="${RDEPEND}
"
BDEPEND="
virtual/pkgconfig
- >=sys-devel/boost-m4-0.4_p20221019
+ >=dev-build/boost-m4-0.4_p20221019
nls? ( sys-devel/gettext )
"
diff --git a/net-p2p/amule/amule-2.3.3-r3.ebuild
b/net-p2p/amule/amule-2.3.3-r3.ebuild
index e982384b3612..cd0ae41ec44d 100644
--- a/net-p2p/amule/amule-2.3.3-r3.ebuild
+++ b/net-p2p/amule/amule-2.3.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -45,7 +45,7 @@ DEPEND="${RDEPEND}
"
BDEPEND="
virtual/pkgconfig
- >=sys-devel/boost-m4-0.4_p20221019
+ >=dev-build/boost-m4-0.4_p20221019
nls? ( sys-devel/gettext )
"
diff --git a/net-p2p/amule/amule-9999.ebuild b/net-p2p/amule/amule-9999.ebuild
index 3a74fe6369d0..80d5beab4994 100644
--- a/net-p2p/amule/amule-9999.ebuild
+++ b/net-p2p/amule/amule-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -45,7 +45,7 @@ DEPEND="${RDEPEND}
"
BDEPEND="
virtual/pkgconfig
- >=sys-devel/boost-m4-0.4_p20221019
+ >=dev-build/boost-m4-0.4_p20221019
nls? ( sys-devel/gettext )
"
diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024
index 48a6106c8428..72c45913cbf8 100644
--- a/profiles/updates/1Q-2024
+++ b/profiles/updates/1Q-2024
@@ -38,3 +38,4 @@ move sys-devel/libtool dev-build/libtool
move dev-util/mage dev-build/mage
move dev-util/muon dev-build/muon
move dev-util/xfce4-dev-tools dev-build/xfce4-dev-tools
+move sys-devel/boost-m4 dev-build/boost-m4