Skip to content

Commit

Permalink
app-backup/backintime: add TODO re deps
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 3, 2024
1 parent 88f8b4c commit 5d7b695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-backup/backintime/backintime-1.4.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions app-backup/backintime/backintime-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d7b695

Please sign in to comment.