diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-05-03 10:18:10 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-05-03 10:18:10 -0500 |
commit | 77daaef193baa636b4e9ef8a1cc99be242d339ec (patch) | |
tree | ea54d954eff673dad11f2416eec7a162245c641e /app-emulation | |
parent | app-emulation/glean: update python version (diff) | |
download | gentoo-77daaef193baa636b4e9ef8a1cc99be242d339ec.tar.gz gentoo-77daaef193baa636b4e9ef8a1cc99be242d339ec.tar.bz2 gentoo-77daaef193baa636b4e9ef8a1cc99be242d339ec.zip |
app-emulation/glean: stabilize 1.23.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/glean/glean-1.23.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/glean/glean-1.23.0.ebuild b/app-emulation/glean/glean-1.23.0.ebuild index f15663bd2a7f..477667ee2a87 100644 --- a/app-emulation/glean/glean-1.23.0.ebuild +++ b/app-emulation/glean/glean-1.23.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://opendev.org/opendev/glean" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-python/pbr[${PYTHON_USEDEP}]" |