summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-29 06:05:20 +0000
committerSam James <sam@gentoo.org>2022-01-29 06:05:23 +0000
commit46298bb7dcf45d06ef656c8c425b28018a65b7cf (patch)
tree631d5d94a94ab0abfa37b6ded8b6555aae365596 /app-portage/recover-broken-vdb
parentdev-util/cucumber-core: add 10.1.1 (diff)
downloadgentoo-46298bb7dcf45d06ef656c8c425b28018a65b7cf.tar.gz
gentoo-46298bb7dcf45d06ef656c8c425b28018a65b7cf.tar.bz2
gentoo-46298bb7dcf45d06ef656c8c425b28018a65b7cf.zip
app-portage/recover-broken-vdb: stabilize 1.0.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage/recover-broken-vdb')
-rw-r--r--app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0.ebuild b/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0.ebuild
index 6bf736875162..1aa783fa8e1b 100644
--- a/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0.ebuild
+++ b/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/thesamesam/recover-broken-vdb.git"
else
SRC_URI="https://github.com/thesamesam/recover-broken-vdb/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
fi
LICENSE="GPL-2"