diff options
author | Sam James <sam@gentoo.org> | 2023-03-16 23:14:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-16 23:14:07 +0000 |
commit | 9c73ffc198820cc69ad657eae93dc7481ae3bc2f (patch) | |
tree | 29c918a41f1a03923d8e84368779d6f8b108095d /app-portage | |
parent | app-text/cmark: Stabilize 0.30.3 ppc, #901371 (diff) | |
download | gentoo-9c73ffc198820cc69ad657eae93dc7481ae3bc2f.tar.gz gentoo-9c73ffc198820cc69ad657eae93dc7481ae3bc2f.tar.bz2 gentoo-9c73ffc198820cc69ad657eae93dc7481ae3bc2f.zip |
app-portage/elsw: Stabilize 0.0.0-r1 amd64, #901477
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/elsw/elsw-0.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/elsw/elsw-0.0.0-r1.ebuild b/app-portage/elsw/elsw-0.0.0-r1.ebuild index bf24610ad3e1..6c1e1bf0d3a6 100644 --- a/app-portage/elsw/elsw-0.0.0-r1.ebuild +++ b/app-portage/elsw/elsw-0.0.0-r1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git" else inherit pypi - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2+" |