diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-07-22 17:16:03 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-22 19:38:34 +0200 |
commit | 8e8f3c3387401031836136bd9b20271d2dd75b73 (patch) | |
tree | 2b70efd6c0f80435fb820b9cdb06af89337d5d29 /app-backup | |
parent | kde-apps/kde-wallpapers: amd64/x86 stable (diff) | |
download | gentoo-8e8f3c3387401031836136bd9b20271d2dd75b73.tar.gz gentoo-8e8f3c3387401031836136bd9b20271d2dd75b73.tar.bz2 gentoo-8e8f3c3387401031836136bd9b20271d2dd75b73.zip |
app-backup/btrbk: Keyword for the arm platform.
Courtesy of Andrius Štikonas <andrius@stikonas.eu>.
Gentoo-Bug: https://bugs.gentoo.org/588854
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/btrbk/btrbk-0.23.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/btrbk/btrbk-0.23.3.ebuild b/app-backup/btrbk/btrbk-0.23.3.ebuild index 45cbbca331fe..20374d41c460 100644 --- a/app-backup/btrbk/btrbk-0.23.3.ebuild +++ b/app-backup/btrbk/btrbk-0.23.3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then KEYWORDS="" else SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes" |