diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-20 10:24:35 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-20 10:24:35 +0200 |
commit | c432a2bc139bc5bafdbd8a8e88916c5ef5f5ea56 (patch) | |
tree | a8768816a671cda800be2c1d267f4dc650eeccd2 /net-misc | |
parent | net-misc/rygel-0.36: lock to gssdp-1.0 API (diff) | |
download | gentoo-c432a2bc139bc5bafdbd8a8e88916c5ef5f5ea56.tar.gz gentoo-c432a2bc139bc5bafdbd8a8e88916c5ef5f5ea56.tar.bz2 gentoo-c432a2bc139bc5bafdbd8a8e88916c5ef5f5ea56.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/vino/vino-3.22.0-r2.ebuild | 2 | ||||
-rw-r--r-- | net-misc/vino/vino-3.22.0-r3.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-misc/vino/vino-3.22.0-r2.ebuild b/net-misc/vino/vino-3.22.0-r2.ebuild index bb0874d055d7..0635d87be2f0 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 b53f4ca1bcb7..6cab14992cc4 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 |