summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-06-18 22:24:31 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-06-18 22:26:02 +0200
commit122ffea52f85136712f73fdeb6d368654bbe7336 (patch)
tree8de1da28ad898b50bc5e53ab34eb1d87653a1b0d
parentapp-emulation/open-vm-tools: drop myself as a maintainer (diff)
downloadgentoo-122ffea5.tar.gz
gentoo-122ffea5.tar.bz2
gentoo-122ffea5.zip
app-emacs/company-ebuild: sync live
Also add ebuild-mode version requirement Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--app-emacs/company-ebuild/company-ebuild-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/company-ebuild/company-ebuild-9999.ebuild b/app-emacs/company-ebuild/company-ebuild-9999.ebuild
index 678f43ec2830..11810d301043 100644
--- a/app-emacs/company-ebuild/company-ebuild-9999.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-9999.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 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
fi
LICENSE="GPL-2+"
@@ -24,7 +24,7 @@ SLOT="0"
SITEFILE="50${PN}-gentoo.el"
RDEPEND="
+ >=app-emacs/ebuild-mode-1.64
app-emacs/company-mode
- app-emacs/ebuild-mode
"
BDEPEND="${RDEPEND}"