summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-26 19:17:21 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-26 19:17:21 +0000
commitd34b4900f7176cd97aaf86da8ef12208dda11cf8 (patch)
tree0e588b60cd5b4fc22f36bbdb012ad2925c743198 /net-libs/gtk-vnc
parentMark unconfined package as a PDEPEND, fixes cyclic dependency mentioned in bu... (diff)
downloadgentoo-2-d34b4900f7176cd97aaf86da8ef12208dda11cf8.tar.gz
gentoo-2-d34b4900f7176cd97aaf86da8ef12208dda11cf8.tar.bz2
gentoo-2-d34b4900f7176cd97aaf86da8ef12208dda11cf8.zip
Drop trailing whitespace.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-libs/gtk-vnc')
-rw-r--r--net-libs/gtk-vnc/ChangeLog5
-rw-r--r--net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gtk-vnc/ChangeLog b/net-libs/gtk-vnc/ChangeLog
index fd2b4c9425fa..86f51ec401f5 100644
--- a/net-libs/gtk-vnc/ChangeLog
+++ b/net-libs/gtk-vnc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/gtk-vnc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.102 2013/03/26 19:15:59 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.103 2013/03/26 19:17:21 eva Exp $
+
+ 26 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> gtk-vnc-0.5.2.ebuild:
+ Drop trailing whitespace.
*gtk-vnc-0.5.2 (26 Mar 2013)
diff --git a/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild
index 06986737475d..8b06a72fa46d 100644
--- a/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild
+++ b/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild,v 1.1 2013/03/26 19:15:59 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild,v 1.2 2013/03/26 19:17:21 eva Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
@@ -68,7 +68,7 @@ src_prepare() {
# Fix incorrect codegendir check: h2def.py is in pygobject, not pygtk, upstream bug#????
sed -e 's/codegendir pygtk-2.0/codegendir pygobject-2.0/g' \
-i src/Makefile.* || die
-
+
# libtool seems unable to find this via VPATH so help it
sed -r "s:(gtkvnc_la_LIBADD =) libgtk-vnc-.*\.la:\1 ${GTK2_BUILDDIR}/src/libgtk-vnc-1.0.la:" \
-i src/Makefile.{am,in} || die