Skip to content

Commit

Permalink
app-backup/rear: Fix optfeature descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Apr 4, 2021
1 parent 2576aee commit 7838119
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-backup/rear/rear-2.6.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -55,6 +55,6 @@ pkg_postinst() {
udev_reload
fi

optfeature "if you want to save backups on smb/cifs servers" net-fs/cifs-utils
optfeature "if you want to encrypt your backups" dev-libs/openssl dev-libs/libressl
optfeature "saving backups on smb/cifs servers" net-fs/cifs-utils
optfeature "encrypting backups" dev-libs/openssl dev-libs/libressl
}

0 comments on commit 7838119

Please sign in to comment.