Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/
Date: Wed, 03 Oct 2018 03:23:51
Message-Id: 1538536965.6435b50a82ca3fa8e7b6a615d3bc5f02cdd6dfb7.floppym@gentoo
1 commit: 6435b50a82ca3fa8e7b6a615d3bc5f02cdd6dfb7
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 3 03:22:26 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 3 03:22:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6435b50a
7
8 x11-libs/libnotify: depend on dev-util/glib
9
10 Closes: https://bugs.gentoo.org/667490
11 Package-Manager: Portage-2.3.50_p10, Repoman-2.3.11_p17
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 x11-libs/libnotify/libnotify-0.7.6-r3.ebuild | 3 ++-
15 x11-libs/libnotify/libnotify-0.7.7.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
19 index 9eef580869b..ade915f3dd3 100644
20 --- a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
21 +++ b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -20,6 +20,7 @@ RDEPEND="
29 "
30 DEPEND="${RDEPEND}
31 >=dev-libs/gobject-introspection-common-1.32
32 + dev-util/glib-utils
33 >=dev-util/gtk-doc-am-1.14
34 virtual/pkgconfig
35 test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
36
37 diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild b/x11-libs/libnotify/libnotify-0.7.7.ebuild
38 index 7616626ccac..b281671c8f6 100644
39 --- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
40 +++ b/x11-libs/libnotify/libnotify-0.7.7.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -21,6 +21,7 @@ RDEPEND="
48 "
49 DEPEND="${RDEPEND}
50 >=dev-libs/gobject-introspection-common-1.32
51 + dev-util/glib-utils
52 >=dev-util/gtk-doc-am-1.14
53 virtual/pkgconfig
54 test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )