app-backup/backintime: add TODO re deps

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2024-06-03 08:41:46 +01:00
parent 88f8b4cbde
commit 5d7b695748
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,8 @@ src_prepare() {
}
src_configure() {
# TODO: Review https://github.com/bit-team/backintime/blob/dev/CONTRIBUTING.md#dependencies
# for deps (some may be optfeatures).
pushd common > /dev/null || die
# Not autotools
./configure --python="${PYTHON}" --no-fuse-group || die

View File

@ -61,6 +61,8 @@ src_prepare() {
}
src_configure() {
# TODO: Review https://github.com/bit-team/backintime/blob/dev/CONTRIBUTING.md#dependencies
# for deps (some may be optfeatures).
pushd common > /dev/null || die
# Not autotools
./configure --python="${PYTHON}" --no-fuse-group || die