diff options
author | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2024-09-05 09:27:25 +0100 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-08 20:15:43 -0400 |
commit | e5c4d322e671c75fc8acc13364a3492b3e30cd7f (patch) | |
tree | a3f58980c4fca6dfef043ecb9055ce361acfba72 /net-irc | |
parent | sci-mathematics/coq-serapi: bump to 0.20.0 (diff) | |
download | gentoo-e5c4d322e671c75fc8acc13364a3492b3e30cd7f.tar.gz gentoo-e5c4d322e671c75fc8acc13364a3492b3e30cd7f.tar.bz2 gentoo-e5c4d322e671c75fc8acc13364a3492b3e30cd7f.zip |
net-irc/kvirc: stop forcing emake
Partially revert 33d72cab6898eaeb782fe60eb1e1b8f794a655a5
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/38447
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/kvirc/kvirc-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild index 0f72f0889af3..27dced2fcd5d 100644 --- a/net-irc/kvirc/kvirc-9999.ebuild +++ b/net-irc/kvirc/kvirc-9999.ebuild @@ -4,7 +4,6 @@ EAPI="8" DESCRIPTION="Advanced IRC Client" HOMEPAGE="https://www.kvirc.net/ https://github.com/kvirc/KVIrc" -CMAKE_MAKEFILE_GENERATOR="emake" PYTHON_COMPAT=( python3_{10..12} ) inherit cmake flag-o-matic python-single-r1 xdg |