commit: 6035616a97f1b9a7547184369ee3cb80e5e9ac4f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 5 20:48:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 20:48:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6035616a
app-backup/borgbackup: Stabilize 1.1.14 x86, #762005
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-backup/borgbackup/borgbackup-1.1.14.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-backup/borgbackup/borgbackup-1.1.14.ebuild
b/app-backup/borgbackup/borgbackup-1.1.14.ebuild
index 1eaab2e2252..75fbe26fa65 100644
--- a/app-backup/borgbackup/borgbackup-1.1.14.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc64 ~x86"
+ KEYWORDS="amd64 ~ppc64 x86"
fi
DESCRIPTION="Deduplicating backup program with compression and authenticated
encryption"