Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vino/
Date: Thu, 20 Feb 2020 08:51:14
Message-Id: 1582187075.c432a2bc139bc5bafdbd8a8e88916c5ef5f5ea56.leio@gentoo
1 commit: c432a2bc139bc5bafdbd8a8e88916c5ef5f5ea56
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 20 08:24:35 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 20 08:24:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c432a2bc
7
8 net-misc/vino: fix missing gnome-common eautoreconf dep
9
10 Closes: https://bugs.gentoo.org/710260
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 net-misc/vino/vino-3.22.0-r2.ebuild | 2 ++
15 net-misc/vino/vino-3.22.0-r3.ebuild | 2 ++
16 2 files changed, 4 insertions(+)
17
18 diff --git a/net-misc/vino/vino-3.22.0-r2.ebuild b/net-misc/vino/vino-3.22.0-r2.ebuild
19 index bb0874d055d..0635d87be2f 100644
20 --- a/net-misc/vino/vino-3.22.0-r2.ebuild
21 +++ b/net-misc/vino/vino-3.22.0-r2.ebuild
22 @@ -50,9 +50,11 @@ DEPEND="${RDEPEND}
23 app-crypt/libsecret
24 dev-util/glib-utils
25 >=dev-util/intltool-0.50
26 + gnome-base/gnome-common
27 virtual/pkgconfig
28 "
29 # libsecret is always required at build time per bug 322763
30 +# eautoreconf needs gnome-common
31
32 PATCHES=(
33 "${WORKDIR}"/patches/ # Patches from master branch at 2020-02-15 state; needs autoreconf
34
35 diff --git a/net-misc/vino/vino-3.22.0-r3.ebuild b/net-misc/vino/vino-3.22.0-r3.ebuild
36 index b53f4ca1bcb..6cab14992cc 100644
37 --- a/net-misc/vino/vino-3.22.0-r3.ebuild
38 +++ b/net-misc/vino/vino-3.22.0-r3.ebuild
39 @@ -49,9 +49,11 @@ DEPEND="${RDEPEND}
40 app-crypt/libsecret
41 dev-util/glib-utils
42 >=dev-util/intltool-0.50
43 + gnome-base/gnome-common
44 virtual/pkgconfig
45 "
46 # libsecret is always required at build time per bug 322763
47 +# eautoreconf needs gnome-common
48
49 PATCHES=(
50 "${WORKDIR}"/patches/ # Patches from master branch at 2020-02-15 state; needs autoreconf