diff options
-rw-r--r-- | net-misc/tigervnc/tigervnc-0.0.90_p3631.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-misc/tigervnc/tigervnc-0.0.90_p3631.ebuild b/net-misc/tigervnc/tigervnc-0.0.90_p3631.ebuild index 4a25e9cfff22..bb6197612b86 100644 --- a/net-misc/tigervnc/tigervnc-0.0.90_p3631.ebuild +++ b/net-misc/tigervnc/tigervnc-0.0.90_p3631.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-0.0.90_p3631.ebuild,v 1.2 2009/03/08 18:45:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-0.0.90_p3631.ebuild,v 1.3 2009/03/09 04:23:18 mr_bones_ Exp $ EAPI="1" @@ -16,7 +16,6 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 mirror://gentoo/${PATCH}.tar.bz2 server? ( ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.bz2 )" - LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" @@ -181,4 +180,3 @@ src_install() { pkg_postinst() { use server && switch_opengl_implem } - |