diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2017-12-16 11:29:39 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2017-12-16 11:31:02 +0100 |
commit | 9d1b6a698af5a902229e94b826705c5398ff98d2 (patch) | |
tree | 74dd35059207c6c70e3e67a70d0ecfed11cbf30b /app-backup/btrbk | |
parent | sys-boot/plymouth-0.9.3-r1: amd64 stable (diff) | |
download | gentoo-9d1b6a698af5a902229e94b826705c5398ff98d2.tar.gz gentoo-9d1b6a698af5a902229e94b826705c5398ff98d2.tar.bz2 gentoo-9d1b6a698af5a902229e94b826705c5398ff98d2.zip |
app-backup/btrbk-0.25.1-r1: amd64 stable
Gentoo-Bug: http://bugs.gentoo.org/630892
Diffstat (limited to 'app-backup/btrbk')
-rw-r--r-- | app-backup/btrbk/btrbk-0.25.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/btrbk/btrbk-0.25.1-r1.ebuild b/app-backup/btrbk/btrbk-0.25.1-r1.ebuild index 50e618cfa461..b8f702a1d9f0 100644 --- a/app-backup/btrbk/btrbk-0.25.1-r1.ebuild +++ b/app-backup/btrbk/btrbk-0.25.1-r1.ebuild @@ -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" |