diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-07-29 13:15:05 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-07-29 14:52:31 -0500 |
commit | 9dca4517075fbe1c629ad6578ce31eba4391c8b0 (patch) | |
tree | f5f4bbf4b2a81e63535109f9597c8a276ddd6f0d /net-misc/spice-gtk | |
parent | package.mask: Mask >=app-metrics/collectd-5.9.0 due to broken config parser (diff) | |
download | gentoo-9dca4517075fbe1c629ad6578ce31eba4391c8b0.tar.gz gentoo-9dca4517075fbe1c629ad6578ce31eba4391c8b0.tar.bz2 gentoo-9dca4517075fbe1c629ad6578ce31eba4391c8b0.zip |
net-misc/spice-gtk: remove unnecessary echo
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.35-r1.ebuild | 1 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.35.ebuild | 1 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.37-r1.ebuild | 1 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-9999.ebuild | 1 |
4 files changed, 0 insertions, 4 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 a09931118314..2bf65fbe5552 100644 --- a/net-misc/spice-gtk/spice-gtk-0.35-r1.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.35-r1.ebuild @@ -81,7 +81,6 @@ PATCHES=( src_prepare() { # bug 558558 export GIT_CEILING_DIRECTORIES="${WORKDIR}" - echo GIT_CEILING_DIRECTORIES=${GIT_CEILING_DIRECTORIES} default diff --git a/net-misc/spice-gtk/spice-gtk-0.35.ebuild b/net-misc/spice-gtk/spice-gtk-0.35.ebuild index c56fd6248155..d6e46f5386d3 100644 --- a/net-misc/spice-gtk/spice-gtk-0.35.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.35.ebuild @@ -79,7 +79,6 @@ PATCHES=( src_prepare() { # bug 558558 export GIT_CEILING_DIRECTORIES="${WORKDIR}" - echo GIT_CEILING_DIRECTORIES=${GIT_CEILING_DIRECTORIES} default diff --git a/net-misc/spice-gtk/spice-gtk-0.37-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.37-r1.ebuild index a876916757e9..f2a7a0cf7a4d 100644 --- a/net-misc/spice-gtk/spice-gtk-0.37-r1.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.37-r1.ebuild @@ -79,7 +79,6 @@ PATCHES=( src_prepare() { # bug 558558 export GIT_CEILING_DIRECTORIES="${WORKDIR}" - echo GIT_CEILING_DIRECTORIES=${GIT_CEILING_DIRECTORIES} default diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild index 05c245ff1153..d0de04e3000b 100644 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild @@ -76,7 +76,6 @@ DEPEND="${RDEPEND} src_prepare() { # bug 558558 export GIT_CEILING_DIRECTORIES="${WORKDIR}" - echo GIT_CEILING_DIRECTORIES=${GIT_CEILING_DIRECTORIES} default |