summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-05 05:26:29 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-05 05:26:29 +0000
commit2b28d0a769d9b24105399bf681ae58a2874fb940 (patch)
tree46515fe2cd095373005f6ff8c570daf590ea27a9 /net-misc/gemsvnc
parentsparc support (diff)
downloadgentoo-2-2b28d0a769d9b24105399bf681ae58a2874fb940.tar.gz
gentoo-2-2b28d0a769d9b24105399bf681ae58a2874fb940.tar.bz2
gentoo-2-2b28d0a769d9b24105399bf681ae58a2874fb940.zip
hppa & sparc support
Diffstat (limited to 'net-misc/gemsvnc')
-rw-r--r--net-misc/gemsvnc/gemsvnc-2-r1.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/net-misc/gemsvnc/gemsvnc-2-r1.ebuild b/net-misc/gemsvnc/gemsvnc-2-r1.ebuild
index c187186cfeb7..7530100fcf54 100644
--- a/net-misc/gemsvnc/gemsvnc-2-r1.ebuild
+++ b/net-misc/gemsvnc/gemsvnc-2-r1.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/net-misc/gemsvnc/gemsvnc-2-r1.ebuild,v 1.1 2004/03/28 08:48:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gemsvnc/gemsvnc-2-r1.ebuild,v 1.2 2004/04/05 05:26:29 vapier Exp $
inherit eutils gcc flag-o-matic
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tbz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc sparc hppa"
DEPEND=">=net-libs/libvncserver-0.6
virtual/x11
@@ -35,8 +35,3 @@ src_install() {
dobin gemsvnc || die
dodoc CHANGES README TODO
}
-
-pkg_postinst() {
- ewarn "This vnc server may not work with X servers"
- ewarn "running less than 24bpp."
-}