diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-12-29 11:33:44 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-12-29 11:44:18 +0100 |
commit | a01521aad004618060d2ec96c38327b4b033a152 (patch) | |
tree | f2ce2c6a151cde69490f70b11deb542bd8412c3a /app-backup | |
parent | dev-python/theano: x86 stable wrt bug #593076 (diff) | |
download | gentoo-a01521aad004618060d2ec96c38327b4b033a152.tar.gz gentoo-a01521aad004618060d2ec96c38327b4b033a152.tar.bz2 gentoo-a01521aad004618060d2ec96c38327b4b033a152.zip |
app-backup/btrbk: x86 stable wrt bug #592054
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/btrbk/btrbk-0.24.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/btrbk/btrbk-0.24.0.ebuild b/app-backup/btrbk/btrbk-0.24.0.ebuild index e30d7ac4020b..89790d6eae18 100644 --- a/app-backup/btrbk/btrbk-0.24.0.ebuild +++ b/app-backup/btrbk/btrbk-0.24.0.ebuild @@ -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" |