* [gentoo-commits] repo/proj/guru:dev commit in: dev-dotnet/gtk-sharp/, net-p2p/dogecoin-qt/, app-crypt/gnome-encfs-manager/, ...
@ 2024-01-15 17:34 Arthur Zamarin
2024-01-15 17:37 ` [gentoo-commits] repo/proj/guru:master commit in: net-p2p/dogecoin-qt/, net-misc/FORT-validator/, app-crypt/gnome-encfs-manager/, Arthur Zamarin
0 siblings, 1 reply; 2+ messages in thread
From: Arthur Zamarin @ 2024-01-15 17:34 UTC (permalink / raw
To: gentoo-commits
commit: c769c211d7edc91510602311d3bd2a7684864dd5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 17:34:10 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 17:34:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c769c211
*/*: {sys-devel => dev-build}/automake
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r1.ebuild | 2 +-
app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r2.ebuild | 2 +-
dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild | 2 +-
games-emulation/np2kai/np2kai-22.ebuild | 2 +-
net-misc/FORT-validator/FORT-validator-1.5.3.ebuild | 2 +-
net-misc/FORT-validator/FORT-validator-1.5.4.ebuild | 2 +-
net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild | 4 ++--
sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild | 2 +-
8 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r1.ebuild b/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r1.ebuild
index 4b0dfdd3ff..5cfcc62db5 100644
--- a/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r1.ebuild
+++ b/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="${DEPEND}"
BDEPEND="
$(vala_depend)
dev-build/libtool
- >=sys-devel/automake-1.11
+ >=dev-build/automake-1.11
appindicator? ( dev-libs/libappindicator )
x11-libs/gtk+:3
>=dev-libs/glib-2
diff --git a/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r2.ebuild b/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r2.ebuild
index 800b07826a..2dc21af408 100644
--- a/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r2.ebuild
+++ b/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r2.ebuild
@@ -30,7 +30,7 @@ RDEPEND="${DEPEND}"
BDEPEND="
$(vala_depend)
dev-build/libtool
- >=sys-devel/automake-1.11
+ >=dev-build/automake-1.11
appindicator? ( dev-libs/libappindicator )
x11-libs/gtk+:3
>=dev-libs/glib-2
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
index 822c9e902c..a9c1f384ea 100644
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
!dev-dotnet/atk-sharp"
DEPEND="${RDEPEND}
virtual/pkgconfig
- sys-devel/automake:1.11"
+ dev-build/automake:1.11"
src_prepare() {
base_src_prepare
diff --git a/games-emulation/np2kai/np2kai-22.ebuild b/games-emulation/np2kai/np2kai-22.ebuild
index 035962b57a..cf91d20a70 100644
--- a/games-emulation/np2kai/np2kai-22.ebuild
+++ b/games-emulation/np2kai/np2kai-22.ebuild
@@ -31,7 +31,7 @@ DEPEND="media-libs/libsdl
x11-base/xorg-server
x11-libs/gtk+:2"
RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/automake"
+BDEPEND="dev-build/automake"
S="${WORKDIR}/NP2kai-rev.${PV}/x11"
diff --git a/net-misc/FORT-validator/FORT-validator-1.5.3.ebuild b/net-misc/FORT-validator/FORT-validator-1.5.3.ebuild
index d96515b720..c5e93d992b 100644
--- a/net-misc/FORT-validator/FORT-validator-1.5.3.ebuild
+++ b/net-misc/FORT-validator/FORT-validator-1.5.3.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
"
BDEPEND="
sys-devel/autoconf
- sys-devel/automake
+ dev-build/automake
"
S="${WORKDIR}/${MY_PN}-${PV}"
diff --git a/net-misc/FORT-validator/FORT-validator-1.5.4.ebuild b/net-misc/FORT-validator/FORT-validator-1.5.4.ebuild
index a3eb5a2a92..7d5414ddaa 100644
--- a/net-misc/FORT-validator/FORT-validator-1.5.4.ebuild
+++ b/net-misc/FORT-validator/FORT-validator-1.5.4.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
"
BDEPEND="
sys-devel/autoconf
- sys-devel/automake
+ dev-build/automake
"
S="${WORKDIR}/${MY_PN}-${PV}"
diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
index 2d239e7f38..721f230456 100644
--- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
+++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
@@ -21,7 +21,7 @@ DEPEND="
dev-libs/protobuf
dev-libs/openssl
dev-build/libtool
- sys-devel/automake:=
+ dev-build/automake:=
>=dev-libs/boost-1.81.0-r1
dev-qt/qtcore
dev-qt/qtgui
@@ -37,7 +37,7 @@ DEPEND="
RDEPEND="${DEPEND}"
BDEPEND="
sys-devel/autoconf
- sys-devel/automake
+ dev-build/automake
"
PATCHES=(
diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild
index a2d9436f39..88c48bd8f8 100644
--- a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild
+++ b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild
@@ -17,7 +17,7 @@ IUSE="nls test"
RESTRICT="!test? ( test )"
BDEPEND="sys-devel/autoconf
- sys-devel/automake
+ dev-build/automake
dev-build/libtool
dev-build/make
"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-p2p/dogecoin-qt/, net-misc/FORT-validator/, app-crypt/gnome-encfs-manager/, ...
2024-01-15 17:34 [gentoo-commits] repo/proj/guru:dev commit in: dev-dotnet/gtk-sharp/, net-p2p/dogecoin-qt/, app-crypt/gnome-encfs-manager/, Arthur Zamarin
@ 2024-01-15 17:37 ` Arthur Zamarin
0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2024-01-15 17:37 UTC (permalink / raw
To: gentoo-commits
commit: c769c211d7edc91510602311d3bd2a7684864dd5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 17:34:10 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 17:34:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c769c211
*/*: {sys-devel => dev-build}/automake
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r1.ebuild | 2 +-
app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r2.ebuild | 2 +-
dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild | 2 +-
games-emulation/np2kai/np2kai-22.ebuild | 2 +-
net-misc/FORT-validator/FORT-validator-1.5.3.ebuild | 2 +-
net-misc/FORT-validator/FORT-validator-1.5.4.ebuild | 2 +-
net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild | 4 ++--
sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild | 2 +-
8 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r1.ebuild b/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r1.ebuild
index 4b0dfdd3ff..5cfcc62db5 100644
--- a/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r1.ebuild
+++ b/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="${DEPEND}"
BDEPEND="
$(vala_depend)
dev-build/libtool
- >=sys-devel/automake-1.11
+ >=dev-build/automake-1.11
appindicator? ( dev-libs/libappindicator )
x11-libs/gtk+:3
>=dev-libs/glib-2
diff --git a/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r2.ebuild b/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r2.ebuild
index 800b07826a..2dc21af408 100644
--- a/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r2.ebuild
+++ b/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r2.ebuild
@@ -30,7 +30,7 @@ RDEPEND="${DEPEND}"
BDEPEND="
$(vala_depend)
dev-build/libtool
- >=sys-devel/automake-1.11
+ >=dev-build/automake-1.11
appindicator? ( dev-libs/libappindicator )
x11-libs/gtk+:3
>=dev-libs/glib-2
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
index 822c9e902c..a9c1f384ea 100644
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
!dev-dotnet/atk-sharp"
DEPEND="${RDEPEND}
virtual/pkgconfig
- sys-devel/automake:1.11"
+ dev-build/automake:1.11"
src_prepare() {
base_src_prepare
diff --git a/games-emulation/np2kai/np2kai-22.ebuild b/games-emulation/np2kai/np2kai-22.ebuild
index 035962b57a..cf91d20a70 100644
--- a/games-emulation/np2kai/np2kai-22.ebuild
+++ b/games-emulation/np2kai/np2kai-22.ebuild
@@ -31,7 +31,7 @@ DEPEND="media-libs/libsdl
x11-base/xorg-server
x11-libs/gtk+:2"
RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/automake"
+BDEPEND="dev-build/automake"
S="${WORKDIR}/NP2kai-rev.${PV}/x11"
diff --git a/net-misc/FORT-validator/FORT-validator-1.5.3.ebuild b/net-misc/FORT-validator/FORT-validator-1.5.3.ebuild
index d96515b720..c5e93d992b 100644
--- a/net-misc/FORT-validator/FORT-validator-1.5.3.ebuild
+++ b/net-misc/FORT-validator/FORT-validator-1.5.3.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
"
BDEPEND="
sys-devel/autoconf
- sys-devel/automake
+ dev-build/automake
"
S="${WORKDIR}/${MY_PN}-${PV}"
diff --git a/net-misc/FORT-validator/FORT-validator-1.5.4.ebuild b/net-misc/FORT-validator/FORT-validator-1.5.4.ebuild
index a3eb5a2a92..7d5414ddaa 100644
--- a/net-misc/FORT-validator/FORT-validator-1.5.4.ebuild
+++ b/net-misc/FORT-validator/FORT-validator-1.5.4.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
"
BDEPEND="
sys-devel/autoconf
- sys-devel/automake
+ dev-build/automake
"
S="${WORKDIR}/${MY_PN}-${PV}"
diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
index 2d239e7f38..721f230456 100644
--- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
+++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
@@ -21,7 +21,7 @@ DEPEND="
dev-libs/protobuf
dev-libs/openssl
dev-build/libtool
- sys-devel/automake:=
+ dev-build/automake:=
>=dev-libs/boost-1.81.0-r1
dev-qt/qtcore
dev-qt/qtgui
@@ -37,7 +37,7 @@ DEPEND="
RDEPEND="${DEPEND}"
BDEPEND="
sys-devel/autoconf
- sys-devel/automake
+ dev-build/automake
"
PATCHES=(
diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild
index a2d9436f39..88c48bd8f8 100644
--- a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild
+++ b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild
@@ -17,7 +17,7 @@ IUSE="nls test"
RESTRICT="!test? ( test )"
BDEPEND="sys-devel/autoconf
- sys-devel/automake
+ dev-build/automake
dev-build/libtool
dev-build/make
"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-15 17:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15 17:34 [gentoo-commits] repo/proj/guru:dev commit in: dev-dotnet/gtk-sharp/, net-p2p/dogecoin-qt/, app-crypt/gnome-encfs-manager/, Arthur Zamarin
2024-01-15 17:37 ` [gentoo-commits] repo/proj/guru:master commit in: net-p2p/dogecoin-qt/, net-misc/FORT-validator/, app-crypt/gnome-encfs-manager/, Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox