commit: e84fa02a2181a90134d224e8866da1ecc69adf6a Author: Mathieu Roberge <robergem2008 <AT> gmail <DOT> com> AuthorDate: Thu Dec 25 10:04:14 2025 +0000 Commit: Mathieu Roberge <contact.techoraye <AT> gmail <DOT> com> CommitDate: Thu Dec 25 10:04:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e84fa02a
app-misc/gentoo-update: fix license for 0.2 Signed-off-by: Mathieu Roberge <robergem2008 <AT> gmail.com> app-misc/gentoo-update/gentoo-update-0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/gentoo-update/gentoo-update-0.2.ebuild b/app-misc/gentoo-update/gentoo-update-0.2.ebuild index de8d3f3521..32b60dbaa2 100644 --- a/app-misc/gentoo-update/gentoo-update-0.2.ebuild +++ b/app-misc/gentoo-update/gentoo-update-0.2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Update notifier and applier for Gentoo Linux" HOMEPAGE="https://github.com/Techoraye/gentoo-update" SRC_URI="https://github.com/Techoraye/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3-or-later" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="gui" @@ -18,7 +18,7 @@ RDEPEND=" app-portage/gentoolkit sys-apps/portage gui? ( - dev-python/PyQt6 + dev-python/pyqt6 x11-libs/libnotify ) "
