Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgdata/
Date: Fri, 18 Jan 2019 21:00:50
Message-Id: 1547845221.9be1ed54d757018e68d00bb37f3bef462395228e.leio@gentoo
1 commit: 9be1ed54d757018e68d00bb37f3bef462395228e
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 18 21:00:21 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 18 21:00:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be1ed54
7
8 dev-libs/libgdata-0.17.9-r1: add missing autoconf-archive build dep
9
10 Closes: https://bugs.gentoo.org/675006
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 dev-libs/libgdata/libgdata-0.17.9-r1.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-libs/libgdata/libgdata-0.17.9-r1.ebuild b/dev-libs/libgdata/libgdata-0.17.9-r1.ebuild
18 index fcd0587a527..b6640ef1664 100644
19 --- a/dev-libs/libgdata/libgdata-0.17.9-r1.ebuild
20 +++ b/dev-libs/libgdata/libgdata-0.17.9-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -36,10 +36,12 @@ DEPEND="${RDEPEND}
28 dev-util/glib-utils
29 >=dev-util/gtk-doc-am-1.25
30 >=dev-util/intltool-0.40
31 + sys-devel/autoconf-archive
32 virtual/pkgconfig
33 test? ( >=net-libs/uhttpmock-0.5 )
34 vala? ( $(vala_depend) )
35 "
36 +# eautoreconf needs autoconf-archive
37
38 PATCHES=(
39 "${FILESDIR}"/${PN}-0.17.8-disable-demos.patch