commit: fb7c197ad680dd8c9324e759c9c4742c084793de Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu Dec 25 18:25:57 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Dec 25 18:25:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb7c197a
Revert "app-misc/gentoo-update: fix license for 0.2" This reverts commit e84fa02a2181a90134d224e8866da1ecc69adf6a. Signed-off-by: David Roman <davidroman96 <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 32b60dbaa2..de8d3f3521 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" +LICENSE="GPL-3-or-later" 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 ) "
