diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-07-01 20:45:34 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-07-01 20:46:00 -0500 |
commit | 7e20372372500cc386675d7a55c26329124b2e6b (patch) | |
tree | 4602642fc01c221aac4fd52a8b2a9b749d46113b /gui-apps | |
parent | net-wireless/gnuradio: re-introduce GCC-13 fix (diff) | |
download | gentoo-7e20372372500cc386675d7a55c26329124b2e6b.tar.gz gentoo-7e20372372500cc386675d7a55c26329124b2e6b.tar.bz2 gentoo-7e20372372500cc386675d7a55c26329124b2e6b.zip |
gui-apps/mako: stabilize 1.8.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/mako/mako-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/mako/mako-1.8.0.ebuild b/gui-apps/mako/mako-1.8.0.ebuild index 13a9eb711c00..4361439a58d3 100644 --- a/gui-apps/mako/mako-1.8.0.ebuild +++ b/gui-apps/mako/mako-1.8.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/emersion/${PN}.git" else SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="MIT" |