diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-03-18 12:56:00 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-03-18 12:56:00 +0000 |
commit | 2f7dc2a12cfb5e6c0c59113672e50a62eaadf023 (patch) | |
tree | f59ef80988ea948162dab4cd429936f480cb31c6 /x11-misc | |
parent | fix #17429 by accepting >=kdelibs-3.1-r2, not just =kdelibs-3.1-r2. see comme... (diff) | |
download | gentoo-2-2f7dc2a12cfb5e6c0c59113672e50a62eaadf023.tar.gz gentoo-2-2f7dc2a12cfb5e6c0c59113672e50a62eaadf023.tar.bz2 gentoo-2-2f7dc2a12cfb5e6c0c59113672e50a62eaadf023.zip |
fixed a compilation problem with v (1.31/1.3.1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/x2vnc/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.3.1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-misc/x2vnc/ChangeLog b/x11-misc/x2vnc/ChangeLog index 83237710cbb2..3e88b384bc03 100644 --- a/x11-misc/x2vnc/ChangeLog +++ b/x11-misc/x2vnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/x2vnc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.8 2003/03/17 10:32:27 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.9 2003/03/18 12:56:00 phosphan Exp $ + + 18 Mar 2003; Patrick Kursawe <phosphan@gentoo.org> x2vnc-1.3.1.ebuild : + had the wrong ${S} which broke compilation. *x2vnc-1.5.1 (17 Mar 2003) diff --git a/x11-misc/x2vnc/x2vnc-1.3.1.ebuild b/x11-misc/x2vnc/x2vnc-1.3.1.ebuild index b377efbde3b3..520c3d890c7d 100644 --- a/x11-misc/x2vnc/x2vnc-1.3.1.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.3.1.ebuild,v 1.1 2003/03/17 10:32:27 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.3.1.ebuild,v 1.2 2003/03/18 12:56:00 phosphan Exp $ S=${WORKDIR}/${P} DESCRIPTION="Control a remote computer running VNC from X" @@ -12,6 +12,8 @@ KEYWORDS="x86 sparc " DEPEND="virtual/x11" +S="${WORKDIR}/x2vnc-1.31" + src_compile() { xmkmf || die |