diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-11-11 15:17:30 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-11-11 15:17:30 -0500 |
commit | 545544ae9c8bd72de6bdcf273e24c10782bb72db (patch) | |
tree | daa8d2275f170feb491b6d79ea75567640fc9294 /app-office/dia | |
parent | dev-libs/libgusb: Depend on dev-libs/json-glib[introspection?] (diff) | |
download | gentoo-545544ae9c8bd72de6bdcf273e24c10782bb72db.tar.gz gentoo-545544ae9c8bd72de6bdcf273e24c10782bb72db.tar.bz2 gentoo-545544ae9c8bd72de6bdcf273e24c10782bb72db.zip |
app-office/dia: Fix license to be GPL-2+
Closes: https://bugs.gentoo.org/880177
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-office/dia')
-rw-r--r-- | app-office/dia/dia-0.97.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/dia/dia-0.97.3-r1.ebuild b/app-office/dia/dia-0.97.3-r1.ebuild index e23acda9374e..7b6401a9959c 100644 --- a/app-office/dia/dia-0.97.3-r1.ebuild +++ b/app-office/dia/dia-0.97.3-r1.ebuild @@ -9,7 +9,7 @@ inherit gnome2 DESCRIPTION="Diagram/flowchart creation program" HOMEPAGE="https://wiki.gnome.org/Apps/Dia" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" # the doc USE flag doesn't seem to do anything without docbook2html |