mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-R/BH: call missing phase
Closes: https://bugs.gentoo.org/839693 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@@ -16,11 +16,12 @@ SRC_URI="mirror://cran/src/contrib/${MY_P}.tar.gz"
|
|||||||
|
|
||||||
LICENSE='Boost-1.0'
|
LICENSE='Boost-1.0'
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
DEPEND=">=dev-libs/boost-$(ver_cut 1-3)"
|
DEPEND=">=dev-libs/boost-$(ver_cut 1-3)"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
# Do not bundle boost
|
# Do not bundle boost
|
||||||
rm -rf inst/include/boost || die
|
rm -rf inst/include/boost || die
|
||||||
default
|
R-packages_src_prepare
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,11 +16,12 @@ SRC_URI="mirror://cran/src/contrib/${MY_P}.tar.gz"
|
|||||||
|
|
||||||
LICENSE='Boost-1.0'
|
LICENSE='Boost-1.0'
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
DEPEND=">=dev-libs/boost-$(ver_cut 1-3)"
|
DEPEND=">=dev-libs/boost-$(ver_cut 1-3)"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
# Do not bundle boost
|
# Do not bundle boost
|
||||||
rm -rf inst/include/boost || die
|
rm -rf inst/include/boost || die
|
||||||
default
|
R-packages_src_prepare
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user