diff options
author | Sam James <sam@gentoo.org> | 2021-01-05 20:48:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-05 20:48:10 +0000 |
commit | 6035616a97f1b9a7547184369ee3cb80e5e9ac4f (patch) | |
tree | f49e9b663a313da6353d35798e17a133f6498f05 /app-backup | |
parent | media-tv/v4l-utils: Stabilize 1.20.0 x86, #762002 (diff) | |
download | gentoo-6035616a97f1b9a7547184369ee3cb80e5e9ac4f.tar.gz gentoo-6035616a97f1b9a7547184369ee3cb80e5e9ac4f.tar.bz2 gentoo-6035616a97f1b9a7547184369ee3cb80e5e9ac4f.zip |
app-backup/borgbackup: Stabilize 1.1.14 x86, #762005
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/borgbackup/borgbackup-1.1.14.ebuild | 4 |
1 files 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 1eaab2e22520..75fbe26fa650 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" |