diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:56:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:56:19 +0000 |
commit | 0ba56218479648f1aeae9bae6070ea588cce633a (patch) | |
tree | dc5413e7d49a8cad7f24d11e2c8fed3fdaa45f52 /x11-misc/x2vnc | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-0ba56218479648f1aeae9bae6070ea588cce633a.tar.gz historical-0ba56218479648f1aeae9bae6070ea588cce633a.tar.bz2 historical-0ba56218479648f1aeae9bae6070ea588cce633a.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-misc/x2vnc')
-rw-r--r-- | x11-misc/x2vnc/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/x2vnc/ChangeLog b/x11-misc/x2vnc/ChangeLog index af74f7d545b7..11a6edd25aa8 100644 --- a/x11-misc/x2vnc/ChangeLog +++ b/x11-misc/x2vnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/x2vnc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.18 2004/04/13 22:04:37 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.19 2004/04/26 14:52:39 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> x2vnc-1.5.1-r1.ebuild, + x2vnc-1.6.ebuild: + Add die following econf for bug 48950 13 Apr 2004; Jason Wever <weeve@gentoo.org> x2vnc-1.6.ebuild: Stable on sparc. diff --git a/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild b/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild index ee13449ef749..673b4cb54c58 100644 --- a/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild,v 1.5 2004/04/11 17:28:38 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild,v 1.6 2004/04/26 14:52:39 agriffis Exp $ DESCRIPTION="Control a remote computer running VNC from X" SRC_URI="http://www.hubbe.net/~hubbe/${P}.tar.gz" @@ -16,7 +16,7 @@ DEPEND="virtual/x11 IUSE="tcltk" src_compile() { - econf + econf || die "econf failed" emake || die "make failed" } diff --git a/x11-misc/x2vnc/x2vnc-1.6.ebuild b/x11-misc/x2vnc/x2vnc-1.6.ebuild index e5e655961a54..2c96e1bac35d 100644 --- a/x11-misc/x2vnc/x2vnc-1.6.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.6.ebuild,v 1.5 2004/04/13 22:04:37 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.6.ebuild,v 1.6 2004/04/26 14:52:39 agriffis Exp $ DESCRIPTION="Control a remote computer running VNC from X" SRC_URI="http://fredrik.hubbe.net/${PN}/${P}.tar.gz" @@ -15,7 +15,7 @@ DEPEND="virtual/x11 IUSE="tcltk" src_compile() { - econf + econf || die "econf failed" emake || die "make failed" } |