diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-07 15:24:26 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-07 15:25:19 +0200 |
commit | 6b527bfb7dedec2f116d74933d928f1ec0ef13b2 (patch) | |
tree | 3a16fb550fb399a7e10bd5fa8a7616973aaa4d7c /net-misc/spice-gtk | |
parent | net-misc/spice-gtk: add explicit build dep on glib-utils (diff) | |
download | gentoo-6b527bfb7dedec2f116d74933d928f1ec0ef13b2.tar.gz gentoo-6b527bfb7dedec2f116d74933d928f1ec0ef13b2.tar.bz2 gentoo-6b527bfb7dedec2f116d74933d928f1ec0ef13b2.zip |
net-misc/spice-gtk: remove deletion of non-existent files
gtk/controller files were moved upstream to src/controller long ago, so this
was a no-op. But now with 0.35 the controller library is gone altogether...
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.35-r1.ebuild | 6 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.35.ebuild | 6 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-9999.ebuild | 6 |
3 files changed, 0 insertions, 18 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-0.35-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.35-r1.ebuild index 877545defc00..a09931118314 100644 --- a/net-misc/spice-gtk/spice-gtk-0.35-r1.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.35-r1.ebuild @@ -100,12 +100,6 @@ src_configure() { xdg_environment_reset local myconf - - if use vala ; then - # force vala regen for MinGW, etc - rm -fv gtk/controller/controller.{c,vala.stamp} gtk/controller/menu.c - fi - myconf=" $(use_enable static-libs static) $(use_enable introspection) diff --git a/net-misc/spice-gtk/spice-gtk-0.35.ebuild b/net-misc/spice-gtk/spice-gtk-0.35.ebuild index 078dfa641bef..c56fd6248155 100644 --- a/net-misc/spice-gtk/spice-gtk-0.35.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.35.ebuild @@ -98,12 +98,6 @@ src_configure() { xdg_environment_reset local myconf - - if use vala ; then - # force vala regen for MinGW, etc - rm -fv gtk/controller/controller.{c,vala.stamp} gtk/controller/menu.c - fi - myconf=" $(use_enable static-libs static) $(use_enable introspection) diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild index 0cd9ccd86686..37f1d9d190d6 100644 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild @@ -95,12 +95,6 @@ src_configure() { xdg_environment_reset local myconf - - if use vala ; then - # force vala regen for MinGW, etc - rm -fv gtk/controller/controller.{c,vala.stamp} gtk/controller/menu.c - fi - myconf=" $(use_enable static-libs static) $(use_enable introspection) |