summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-03 18:31:51 +0000
committerSam James <sam@gentoo.org>2023-01-03 18:31:51 +0000
commit9567b31fc8a95553361b3766958bbc92bf2fdc8d (patch)
tree1bbb0ecf58cc794540e57d36c92454d16f0e1c4e
parentapp-emacs/emacs-eix: Stabilize 0.0.0 amd64, #889548 (diff)
downloadgentoo-9567b31f.tar.gz
gentoo-9567b31f.tar.bz2
gentoo-9567b31f.zip
app-emacs/company-ebuild: Stabilize 0.1.2 x86, #889549
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
index 678f43ec2830..47d75602ae65 100644
--- a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git"
else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~x64-macos"
+ KEYWORDS="~amd64 x86 ~x64-macos"
fi
LICENSE="GPL-2+"