mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
Merge updates from master
This commit is contained in:
@@ -30,7 +30,7 @@ DEPEND="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
restore_config config.h
|
||||
[[ "${PV}" == "9999" ]] || restore_config config.h
|
||||
default
|
||||
}
|
||||
|
||||
@@ -48,6 +48,6 @@ src_install() {
|
||||
PREFIX="/usr" \
|
||||
install
|
||||
|
||||
save_config config.h
|
||||
[[ "${PV}" == "9999" ]] || save_config config.h
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit xdg
|
||||
|
||||
if [[ "${PV}" == "9999" ]]
|
||||
then
|
||||
EGIT_REPO_URI="https://hacktivis.me/git/badwolf.git"
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit xdg
|
||||
|
||||
if [[ "${PV}" == "9999" ]]
|
||||
then
|
||||
EGIT_REPO_URI="https://hacktivis.me/git/badwolf.git"
|
||||
@@ -30,7 +32,7 @@ DEPEND="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
restore_config config.h
|
||||
[[ "${PV}" == "9999" ]] || restore_config config.h
|
||||
default
|
||||
}
|
||||
|
||||
@@ -48,6 +50,6 @@ src_install() {
|
||||
PREFIX="/usr" \
|
||||
install
|
||||
|
||||
save_config config.h
|
||||
[[ "${PV}" == "9999" ]] || save_config config.h
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user