commit: 011da1117752248404211fa3e7060caf1ead4b98 Author: Mathieu Roberge <robergem2008 <AT> gmail <DOT> com> AuthorDate: Thu Dec 25 10:05:16 2025 +0000 Commit: Mathieu Roberge <contact.techoraye <AT> gmail <DOT> com> CommitDate: Thu Dec 25 10:05:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=011da111
app-misc/gentoo-update: fix live ebuild Signed-off-by: Mathieu Roberge <robergem2008 <AT> gmail.com> 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 817cf4f96a..b55ecb773e 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 systemd +inherit git-r3 cmake 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-or-later" +LICENSE="GPL-3" 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 ) "
