diff options
author | 2022-08-09 21:52:58 -0400 | |
---|---|---|
committer | 2022-10-13 00:04:47 +0100 | |
commit | aece3cf498f8f0086d5d79f02513cb8fa55741be (patch) | |
tree | 33ed8390f1f7eefe130de61f184485e13be95424 /x11-libs/xapp/xapp-2.2.8.ebuild | |
parent | x11-libs/xapp: 2.2.15 version bump (diff) | |
download | gentoo-aece3cf498f8f0086d5d79f02513cb8fa55741be.tar.gz gentoo-aece3cf498f8f0086d5d79f02513cb8fa55741be.tar.bz2 gentoo-aece3cf498f8f0086d5d79f02513cb8fa55741be.zip |
x11-libs/xapp: Fix license declaration
Update to match upstream debian/copyright declaration.
GPL-3 files are not installed.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs/xapp/xapp-2.2.8.ebuild')
-rw-r--r-- | x11-libs/xapp/xapp-2.2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/xapp/xapp-2.2.8.ebuild b/x11-libs/xapp/xapp-2.2.8.ebuild index 91e9c4562806..ba7aff3e252d 100644 --- a/x11-libs/xapp/xapp-2.2.8.ebuild +++ b/x11-libs/xapp/xapp-2.2.8.ebuild @@ -10,7 +10,7 @@ inherit gnome2-utils vala meson python-r1 xdg-utils DESCRIPTION="Cross-desktop libraries and common resources" HOMEPAGE="https://github.com/linuxmint/xapp/" -LICENSE="GPL-3" +LICENSE="LGPL-3+" SRC_URI="https://github.com/linuxmint/xapp/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 ~arm64 ~riscv x86" |