commit:     dc11e9bfe5a8688c3c998917f85e29dbb831db17
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 12:23:06 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 12:23:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc11e9bf

dev-lang/R: BDEPEND on which

`configure: error: which is required but missing`

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lang/R/R-4.3.1-r1.ebuild | 3 ++-
 dev-lang/R/R-4.3.2-r1.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-lang/R/R-4.3.1-r1.ebuild b/dev-lang/R/R-4.3.1-r1.ebuild
index 1a0d799e0324..ae4ae9624145 100644
--- a/dev-lang/R/R-4.3.1-r1.ebuild
+++ b/dev-lang/R/R-4.3.1-r1.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
@@ -60,6 +60,7 @@ DEPEND="
 RDEPEND="${DEPEND}
        java? ( >=virtual/jre-1.8:* )"
 BDEPEND="
+       sys-apps/which
        virtual/pkgconfig
        doc? (
                virtual/latex-base

diff --git a/dev-lang/R/R-4.3.2-r1.ebuild b/dev-lang/R/R-4.3.2-r1.ebuild
index 4d5f89e84df5..3a4567f726de 100644
--- a/dev-lang/R/R-4.3.2-r1.ebuild
+++ b/dev-lang/R/R-4.3.2-r1.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
@@ -60,6 +60,7 @@ DEPEND="
 RDEPEND="${DEPEND}
        java? ( >=virtual/jre-1.8:* )"
 BDEPEND="
+       sys-apps/which
        virtual/pkgconfig
        doc? (
                virtual/latex-base

Reply via email to