diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-13 21:18:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-14 20:23:14 +0100 |
commit | e18842a9aabd9a2ab876a19944a4773affdb4e25 (patch) | |
tree | 80094c4adb7eee0bf67a85f01fe52b04b0a20d3a /dev-util/sdl-jstest | |
parent | Move {dev-util → dev-build}/rocm-cmake (diff) | |
download | gentoo-e18842a9aabd9a2ab876a19944a4773affdb4e25.tar.gz gentoo-e18842a9aabd9a2ab876a19944a4773affdb4e25.tar.bz2 gentoo-e18842a9aabd9a2ab876a19944a4773affdb4e25.zip |
Move {dev-util → dev-build}/tinycmmc
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/sdl-jstest')
-rw-r--r-- | dev-util/sdl-jstest/sdl-jstest-0.2.2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/sdl-jstest/sdl-jstest-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/sdl-jstest/sdl-jstest-0.2.2.ebuild b/dev-util/sdl-jstest/sdl-jstest-0.2.2.ebuild index 5494d36cbeee..7c01902bc632 100644 --- a/dev-util/sdl-jstest/sdl-jstest-0.2.2.ebuild +++ b/dev-util/sdl-jstest/sdl-jstest-0.2.2.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 @@ -35,7 +35,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" test? ( dev-libs/appstream-glib ) - dev-util/tinycmmc + dev-build/tinycmmc virtual/pkgconfig " diff --git a/dev-util/sdl-jstest/sdl-jstest-9999.ebuild b/dev-util/sdl-jstest/sdl-jstest-9999.ebuild index c2514acce683..a7dcb080de72 100644 --- a/dev-util/sdl-jstest/sdl-jstest-9999.ebuild +++ b/dev-util/sdl-jstest/sdl-jstest-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 @@ -35,7 +35,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" test? ( dev-libs/appstream-glib ) - dev-util/tinycmmc + dev-build/tinycmmc virtual/pkgconfig " |