diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:41:55 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:41:55 +0000 |
commit | 7fdeb345289843ec7903bcf809ea2c9b4008433a (patch) | |
tree | af3d5b0bd71fc43d5069205bfd1ea077fb88cdb9 /x11-misc/x2vnc | |
parent | 12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org (diff) | |
download | historical-7fdeb345289843ec7903bcf809ea2c9b4008433a.tar.gz historical-7fdeb345289843ec7903bcf809ea2c9b4008433a.tar.bz2 historical-7fdeb345289843ec7903bcf809ea2c9b4008433a.zip |
12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'x11-misc/x2vnc')
-rw-r--r-- | x11-misc/x2vnc/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.31.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/x2vnc/ChangeLog b/x11-misc/x2vnc/ChangeLog index e77afa8b61ab..90349da67024 100644 --- a/x11-misc/x2vnc/ChangeLog +++ b/x11-misc/x2vnc/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for x11-misc/x2vnc # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.4 2002/11/06 10:13:26 jrray Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.5 2002/12/09 04:41:54 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *x2vnc-1.4 (06 Nov 2002) 06 Nov 2002; J Robert Ray <jrray@gentoo.org> : New upstream diff --git a/x11-misc/x2vnc/x2vnc-1.31.ebuild b/x11-misc/x2vnc/x2vnc-1.31.ebuild index b056966b8d6d..ea6dc3176141 100644 --- a/x11-misc/x2vnc/x2vnc-1.31.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.31.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.31.ebuild,v 1.6 2002/08/14 23:44:15 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.31.ebuild,v 1.7 2002/12/09 04:41:54 manson Exp $ S=${WORKDIR}/${P} DESCRIPTION="Control a remote computer running VNC from X" @@ -8,7 +8,7 @@ SRC_URI="http://www.hubbe.net/~hubbe/${P}.tar.gz" HOMEPAGE="http://www.hubbe.net/~hubbe/x2vnc.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " DEPEND="virtual/x11" |