From e0aad1250ab25d963c0f5775383e23ebd84f2b6d Mon Sep 17 00:00:00 2001 From: David Roman Date: Thu, 25 Dec 2025 19:25:57 +0100 Subject: [PATCH] Revert "app-misc/gentoo-update: fix live ebuild" This reverts commit 011da1117752248404211fa3e7060caf1ead4b98. Signed-off-by: David Roman --- app-misc/gentoo-update/gentoo-update-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/gentoo-update/gentoo-update-9999.ebuild b/app-misc/gentoo-update/gentoo-update-9999.ebuild index b55ecb773e..817cf4f96a 100644 --- a/app-misc/gentoo-update/gentoo-update-9999.ebuild +++ b/app-misc/gentoo-update/gentoo-update-9999.ebuild @@ -1,12 +1,12 @@ EAPI=8 -inherit git-r3 cmake +inherit git-r3 cmake systemd DESCRIPTION="Update notifier and applier for Gentoo Linux" HOMEPAGE="https://github.com/Techoraye/gentoo-update" EGIT_REPO_URI="https://github.com/Techoraye/gentoo-update.git" -LICENSE="GPL-3" +LICENSE="GPL-3-or-later" SLOT="0" KEYWORDS="" IUSE="gui" @@ -15,7 +15,7 @@ RDEPEND=" app-portage/gentoolkit sys-apps/portage gui? ( - dev-python/pyqt6 + dev-python/PyQt6 x11-libs/libnotify ) "