diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-10-29 21:08:17 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-10-29 22:07:42 +0100 |
commit | 21f3ba1a06037967a6f915a97387998c14db483b (patch) | |
tree | 0ec1422771a1268a4a2c21741c6b4ffe0ff77ff1 /app-backup | |
parent | app-editors/joe: x86 stable (bug #630326) (diff) | |
download | gentoo-21f3ba1a06037967a6f915a97387998c14db483b.tar.gz gentoo-21f3ba1a06037967a6f915a97387998c14db483b.tar.bz2 gentoo-21f3ba1a06037967a6f915a97387998c14db483b.zip |
app-backup/btrbk: x86 stable (bug #630892)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/btrbk/btrbk-0.25.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-backup/btrbk/btrbk-0.25.1-r1.ebuild b/app-backup/btrbk/btrbk-0.25.1-r1.ebuild index 10a44f3e7138..50e618cfa461 100644 --- a/app-backup/btrbk/btrbk-0.25.1-r1.ebuild +++ b/app-backup/btrbk/btrbk-0.25.1-r1.ebuild @@ -9,10 +9,9 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://dev.tty0.ch/btrbk.git" inherit git-r3 SRC_URI="" - 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" |