commit: c432a2bc139bc5bafdbd8a8e88916c5ef5f5ea56 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Thu Feb 20 08:24:35 2020 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Thu Feb 20 08:24:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c432a2bc
net-misc/vino: fix missing gnome-common eautoreconf dep Closes: https://bugs.gentoo.org/710260 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> net-misc/vino/vino-3.22.0-r2.ebuild | 2 ++ net-misc/vino/vino-3.22.0-r3.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/net-misc/vino/vino-3.22.0-r2.ebuild b/net-misc/vino/vino-3.22.0-r2.ebuild index bb0874d055d..0635d87be2f 100644 --- a/net-misc/vino/vino-3.22.0-r2.ebuild +++ b/net-misc/vino/vino-3.22.0-r2.ebuild @@ -50,9 +50,11 @@ DEPEND="${RDEPEND} app-crypt/libsecret dev-util/glib-utils >=dev-util/intltool-0.50 + gnome-base/gnome-common virtual/pkgconfig " # libsecret is always required at build time per bug 322763 +# eautoreconf needs gnome-common PATCHES=( "${WORKDIR}"/patches/ # Patches from master branch at 2020-02-15 state; needs autoreconf diff --git a/net-misc/vino/vino-3.22.0-r3.ebuild b/net-misc/vino/vino-3.22.0-r3.ebuild index b53f4ca1bcb..6cab14992cc 100644 --- a/net-misc/vino/vino-3.22.0-r3.ebuild +++ b/net-misc/vino/vino-3.22.0-r3.ebuild @@ -49,9 +49,11 @@ DEPEND="${RDEPEND} app-crypt/libsecret dev-util/glib-utils >=dev-util/intltool-0.50 + gnome-base/gnome-common virtual/pkgconfig " # libsecret is always required at build time per bug 322763 +# eautoreconf needs gnome-common PATCHES=( "${WORKDIR}"/patches/ # Patches from master branch at 2020-02-15 state; needs autoreconf
