Skip to content

Commit

Permalink
app-accessibility/at-spi2-core-2.34.0: fix LICENSE, raise meson dep
Browse files Browse the repository at this point in the history
at-spi2-core-2.33.92 NEWS says license is now LGPL-2.1+.
>=meson-0.50.0 is required - meson.eclass does not guarantee it.

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Nov 17, 2019
1 parent b4ef16d commit 6758236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-accessibility/at-spi2-core/at-spi2-core-2.34.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inherit gnome.org meson multilib-minimal systemd virtualx xdg
DESCRIPTION="D-Bus accessibility specifications and registration daemon"
HOMEPAGE="https://wiki.gnome.org/Accessibility"

LICENSE="LGPL-2+"
LICENSE="LGPL-2.1+"
SLOT="2"
IUSE="X gtk-doc +introspection"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
Expand All @@ -25,6 +25,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="
>=dev-util/meson-0.50.0
dev-util/glib-utils
gtk-doc? (
>=dev-util/gtk-doc-1.25
Expand Down

0 comments on commit 6758236

Please sign in to comment.