diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-04-24 17:59:06 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-05-08 20:40:22 +0200 |
commit | c8e651a19f2a595b9b4f345c5f6971255c069890 (patch) | |
tree | 5c8c30498db5296053bb6d8464337bd1117305a6 /media-gfx/icon-slicer | |
parent | media-gfx/farbfeld: remove live ebuild (diff) | |
download | gentoo-c8e651a19f2a595b9b4f345c5f6971255c069890.tar.gz gentoo-c8e651a19f2a595b9b4f345c5f6971255c069890.tar.bz2 gentoo-c8e651a19f2a595b9b4f345c5f6971255c069890.zip |
media-gfx/icon-slicer: fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-gfx/icon-slicer')
-rw-r--r-- | media-gfx/icon-slicer/icon-slicer-0.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild index 53d936443b29..72b4dfca04b3 100644 --- a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild +++ b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,9 +8,8 @@ HOMEPAGE="https://www.freedesktop.org/software/icon-slicer/" SRC_URI="https://www.freedesktop.org/software/icon-slicer/releases/${P}.tar.gz" KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86" -LICENSE="GPL-2" +LICENSE="MIT" SLOT="0" -IUSE="" RDEPEND="x11-apps/xcursorgen x11-libs/gtk+:2 |