diff options
Diffstat (limited to 'app-backup/btrbk/btrbk-0.27.1-r1.ebuild')
-rw-r--r-- | app-backup/btrbk/btrbk-0.27.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-backup/btrbk/btrbk-0.27.1-r1.ebuild b/app-backup/btrbk/btrbk-0.27.1-r1.ebuild index e0800b810e05..57a9fcb682a9 100644 --- a/app-backup/btrbk/btrbk-0.27.1-r1.ebuild +++ b/app-backup/btrbk/btrbk-0.27.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/digint/btrbk.git" inherit git-r3 SRC_URI="" - KEYWORDS="" else SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~x86" |