Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-atk/
Date: Sun, 17 Nov 2019 20:35:10
Message-Id: 1574022870.8f904efc6ffb0a563b3cf71e3672968d73cf4498.leio@gentoo
1 commit: 8f904efc6ffb0a563b3cf71e3672968d73cf4498
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 20:00:02 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 20:34:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f904efc
7
8 app-accessibility/at-spi2-atk-2.34.0: fix LICENSE
9
10 2.33.92 NEWS says that license is now LGPL-2.1+
11
12 Package-Manager: Portage-2.3.69, Repoman-2.3.12
13 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
14
15 app-accessibility/at-spi2-atk/at-spi2-atk-2.34.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.34.0.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.34.0.ebuild
19 index 2a9349ea14e..f0a7e15237e 100644
20 --- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.34.0.ebuild
21 +++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.34.0.ebuild
22 @@ -8,7 +8,7 @@ inherit gnome.org meson multilib-minimal virtualx xdg
23 DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
24 HOMEPAGE="https://wiki.gnome.org/Accessibility"
25
26 -LICENSE="LGPL-2+"
27 +LICENSE="LGPL-2.1+"
28 SLOT="2"
29 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
30 IUSE="test"