summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-05 11:46:29 +0000
committerSam James <sam@gentoo.org>2024-01-05 11:46:29 +0000
commit756d26c6353196e06f84e315847be55ec1a7dcb3 (patch)
tree05bafe706c95fa61c801449cda6589b961fe4dac /app-emacs
parentsys-apps/moar: drop 1.18.6, 1.19.0 (diff)
downloadgentoo-756d26c6353196e06f84e315847be55ec1a7dcb3.tar.gz
gentoo-756d26c6353196e06f84e315847be55ec1a7dcb3.tar.bz2
gentoo-756d26c6353196e06f84e315847be55ec1a7dcb3.zip
app-emacs/cmake-font-lock: adapt to app-emacs/cmake-mode split
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/cmake-font-lock/cmake-font-lock-0.1.13-r1.ebuild (renamed from app-emacs/cmake-font-lock/cmake-font-lock-0.1.13.ebuild)9
1 files changed, 7 insertions, 2 deletions
diff --git a/app-emacs/cmake-font-lock/cmake-font-lock-0.1.13.ebuild b/app-emacs/cmake-font-lock/cmake-font-lock-0.1.13-r1.ebuild
index 10fedf0c7d69..3a54a38e8409 100644
--- a/app-emacs/cmake-font-lock/cmake-font-lock-0.1.13.ebuild
+++ b/app-emacs/cmake-font-lock/cmake-font-lock-0.1.13-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,12 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="dev-util/cmake[emacs]"
+RDEPEND="
+ || (
+ app-emacs/cmake-mode
+ dev-util/cmake[emacs(-)]
+ )
+"
BDEPEND="${RDEPEND}"
DOCS=( README.md )