commit:     b7ab34a24f303e2e333173fb10845b368afdec58
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 20:12:20 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 23 02:58:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ab34a2

dev-util/spirv-llvm-translator: Move spirv-headers out of RDEPEND

spirv-headers, as the name suggests, provides only header files.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 .../spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild   | 7 +++----
 .../spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild   | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git 
a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild 
b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild
index 512723205247..cdd464fdb974 100644
--- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild
+++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild
@@ -22,12 +22,11 @@ REQUIRED_USE="test? ( tools )"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-       dev-util/spirv-headers
        sys-devel/llvm:${SLOT}
 "
-
-DEPEND="${RDEPEND}"
-
+DEPEND="${RDEPEND}
+       dev-util/spirv-headers
+"
 BDEPEND="
        virtual/pkgconfig
        test? (

diff --git 
a/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild 
b/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild
index 053b146fad72..7cf49ee565d2 100644
--- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild
+++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild
@@ -22,12 +22,11 @@ REQUIRED_USE="test? ( tools )"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-       dev-util/spirv-headers
        sys-devel/llvm:${SLOT}
 "
-
-DEPEND="${RDEPEND}"
-
+DEPEND="${RDEPEND}
+       dev-util/spirv-headers
+"
 BDEPEND="
        virtual/pkgconfig
        test? (

Reply via email to