Merge updates from master

This commit is contained in:
Repository mirror & CI
2019-12-14 23:45:29 +00:00
3 changed files with 8 additions and 4 deletions

View File

@@ -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
}

View File

@@ -3,6 +3,8 @@
EAPI=7
inherit xdg
if [[ "${PV}" == "9999" ]]
then
EGIT_REPO_URI="https://hacktivis.me/git/badwolf.git"

View File

@@ -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
}