Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtksourceview/
Date: Sat, 04 Feb 2017 20:49:12
Message-Id: 1486241332.a4ece6625950e28241b85e5ed821eeb83bd8b3e3.grobian@gentoo
1 commit: a4ece6625950e28241b85e5ed821eeb83bd8b3e3
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 20:48:52 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 20:48:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ece662
7
8 x11-libs/gtksourceview: drop dependency on ige-mac-integration for Darwin
9
10 Package-Manager: portage-2.3.3
11
12 x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild b/x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild
16 index 98cbced..3de2a69 100644
17 --- a/x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild
18 +++ b/x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild
19 @@ -14,14 +14,13 @@ HOMEPAGE="https://www.gnome.org/"
20
21 LICENSE="GPL-2+ LGPL-2.1+"
22 SLOT="2.0"
23 -KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
24 +KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
25 IUSE=""
26
27 RDEPEND="
28 >=x11-libs/gtk+-2.12:2
29 >=dev-libs/libxml2-2.5:2
30 >=dev-libs/glib-2.14:2
31 - kernel_Darwin? ( x11-libs/ige-mac-integration )
32 "
33 DEPEND="${RDEPEND}
34 dev-util/gtk-doc-am