diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-03-15 18:28:07 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-03-15 18:28:07 +0300 |
commit | 4e2322223f7746a67a26ae0bd0fcc5b3fb87c283 (patch) | |
tree | 18da934662cdededacb84bc54234209be7337bcd /app-backup/btrbk | |
parent | media-libs/libsndfile: arm stable wrt bug #618010 (diff) | |
download | gentoo-4e2322223f7746a67a26ae0bd0fcc5b3fb87c283.tar.gz gentoo-4e2322223f7746a67a26ae0bd0fcc5b3fb87c283.tar.bz2 gentoo-4e2322223f7746a67a26ae0bd0fcc5b3fb87c283.zip |
app-backup/btrbk: arm stable wrt bug #630892
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-backup/btrbk')
-rw-r--r-- | app-backup/btrbk/btrbk-0.25.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/btrbk/btrbk-0.25.1-r1.ebuild b/app-backup/btrbk/btrbk-0.25.1-r1.ebuild index b8f702a1d9f0..8b302fd3e61f 100644 --- a/app-backup/btrbk/btrbk-0.25.1-r1.ebuild +++ b/app-backup/btrbk/btrbk-0.25.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" else SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz" - KEYWORDS="amd64 ~arm x86" + KEYWORDS="amd64 arm x86" fi DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes" |