commit: 4d4fee44a807215146167e86fa012db4d89a647b Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Jun 19 12:27:07 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Jul 4 22:18:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4fee44
x11-themes/gtk-engines-quartz: use https, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31543 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> x11-themes/gtk-engines-quartz/gtk-engines-quartz-0.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/gtk-engines-quartz/gtk-engines-quartz-0.2-r1.ebuild b/x11-themes/gtk-engines-quartz/gtk-engines-quartz-0.2-r1.ebuild index 585b286b2966..68eabce8e778 100644 --- a/x11-themes/gtk-engines-quartz/gtk-engines-quartz-0.2-r1.ebuild +++ b/x11-themes/gtk-engines-quartz/gtk-engines-quartz-0.2-r1.ebuild @@ -9,10 +9,10 @@ MY_P="gtk-quartz-engine-${PV}" DESCRIPTION="OSX GTK+ Theme Engine" HOMEPAGE="https://sourceforge.net/apps/trac/gtk-osx/wiki/GtkQuartzEngine" -SRC_URI="http://downloads.sourceforge.net/project/gtk-osx/GTK%20Quartz%20Engine/${MY_P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/project/gtk-osx/GTK%20Quartz%20Engine/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~ppc-macos"
