mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-util/ols: remove DEPEND, add BDEPEND, fix version in static ebuild
Signed-off-by: Saveliy Boyarchuk <sav.boyar@gmail.com>
This commit is contained in:
@@ -23,8 +23,13 @@ RDEPEND="
|
||||
~dev-lang/odin-${PV}
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="${RDEPEND}"
|
||||
|
||||
# Replace version string for static ebuild
|
||||
src_prepare() {
|
||||
default_src_prepare
|
||||
sed -i "s/\(VERSION=\).*/\1dev-${MY_PV}/" "${S}/build.sh"
|
||||
}
|
||||
# No need to configure
|
||||
src_configure() {
|
||||
default
|
||||
|
||||
@@ -25,7 +25,7 @@ RDEPEND="
|
||||
~dev-lang/odin-9999
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="${RDEPEND}"
|
||||
|
||||
# No need to configure
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user