Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbusmenu/
Date: Thu, 16 Aug 2018 12:03:11
Message-Id: 1534420849.cbaec76afa4803872a7365cc6fc1d246e381ee7a.whissi@gentoo
1 commit: cbaec76afa4803872a7365cc6fc1d246e381ee7a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 16 12:00:49 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 16 12:00:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbaec76a
7
8 dev-libs/libdbusmenu: x86 stable (bug #663508)
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11
12 dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
16 index 1abf95c7910..23d2a89e8ef 100644
17 --- a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
18 +++ b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -17,7 +17,7 @@ SRC_URI="https://launchpad.net/${PN/lib}/${PV%.*}/${PV}/+download/${P}.tar.gz"
26
27 LICENSE="LGPL-2.1 LGPL-3"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
30 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
31 IUSE="debug gtk gtk3 +introspection test"
32
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"