diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-10 02:38:59 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-10 02:56:15 +0100 |
commit | aae1ed6cd51f479114541bc72bfa88b5cb25414a (patch) | |
tree | 01f619df38947886801dd0a5fd8cd1dcc789c1d7 /app-backup/btrbk | |
parent | net-misc/openssh: add USE=audit support #607408 (diff) | |
download | gentoo-aae1ed6cd51f479114541bc72bfa88b5cb25414a.tar.gz gentoo-aae1ed6cd51f479114541bc72bfa88b5cb25414a.tar.bz2 gentoo-aae1ed6cd51f479114541bc72bfa88b5cb25414a.zip |
app-backup/btrbk: arm stable (bug 592054).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-backup/btrbk')
-rw-r--r-- | app-backup/btrbk/btrbk-0.24.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/btrbk/btrbk-0.24.0.ebuild b/app-backup/btrbk/btrbk-0.24.0.ebuild index 89790d6eae18..bbb424f0812a 100644 --- a/app-backup/btrbk/btrbk-0.24.0.ebuild +++ b/app-backup/btrbk/btrbk-0.24.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then KEYWORDS="" 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" |