diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-12-13 13:19:43 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-12-13 13:47:41 +0100 |
commit | 7f3ebd2f097ce97f441f2c1cf958c5ed967e9e98 (patch) | |
tree | 988a05a171b2ecfdf4d93a50bdf1594438bef304 /app-backup/btrbk | |
parent | net-libs/nodejs: src/node_metadata.cc: Include node_internals.h (diff) | |
download | gentoo-7f3ebd2f097ce97f441f2c1cf958c5ed967e9e98.tar.gz gentoo-7f3ebd2f097ce97f441f2c1cf958c5ed967e9e98.tar.bz2 gentoo-7f3ebd2f097ce97f441f2c1cf958c5ed967e9e98.zip |
app-backup/btrbk: x86 stable (bug #672766)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-backup/btrbk')
-rw-r--r-- | app-backup/btrbk/btrbk-0.27.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/btrbk/btrbk-0.27.0.ebuild b/app-backup/btrbk/btrbk-0.27.0.ebuild index f364036c572c..42952039875c 100644 --- a/app-backup/btrbk/btrbk-0.27.0.ebuild +++ b/app-backup/btrbk/btrbk-0.27.0.ebuild @@ -9,10 +9,10 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/digint/btrbk.git" inherit git-r3 SRC_URI="" - KEYWORDS="" + KEYWORDS="x86" 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" |