diff options
author | Sam James <sam@gentoo.org> | 2021-03-28 13:57:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-28 13:59:23 +0100 |
commit | 778c2fb90bdfc811df967e5443767027f8555cde (patch) | |
tree | 0a53a9f4fcbab0f8e124e62a445f41673d45fe0f /app-portage | |
parent | app-portage/smart-live-rebuild: ~x64-macos keyworded (diff) | |
download | gentoo-778c2fb90bdfc811df967e5443767027f8555cde.tar.gz gentoo-778c2fb90bdfc811df967e5443767027f8555cde.tar.bz2 gentoo-778c2fb90bdfc811df967e5443767027f8555cde.zip |
app-portage/smart-live-rebuild: stabilize 1.3.7 on arm64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild index cbccf6d2e062..7180a55364f3 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/smart-live-rebuild/archive/v${PV}.tar.gz -> $ LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~mips ~sparc x86 ~x64-macos" +KEYWORDS="amd64 arm arm64 ~mips ~sparc x86 ~x64-macos" IUSE="" RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]" |