diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-28 04:37:17 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-28 04:37:17 +0000 |
commit | cf00e2d3b875ea7ad8c922449b644dbf51ef2d7d (patch) | |
tree | 4f7ec3cf52f3fe30496c88e66b7514c21d6ad71f /net-misc | |
parent | better SYS_LIBC detection (diff) | |
download | historical-cf00e2d3b875ea7ad8c922449b644dbf51ef2d7d.tar.gz historical-cf00e2d3b875ea7ad8c922449b644dbf51ef2d7d.tar.bz2 historical-cf00e2d3b875ea7ad8c922449b644dbf51ef2d7d.zip |
removed amd64 'fix' that broke compiling on amd64 and re-added ~amd64 keyword
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tightvnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/tightvnc/Manifest | 4 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild | 9 |
3 files changed, 8 insertions, 10 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog index 5b2b44b0bfa8..6180e5667654 100644 --- a/net-misc/tightvnc/ChangeLog +++ b/net-misc/tightvnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/tightvnc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.34 2004/06/25 00:15:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.35 2004/07/28 04:37:17 lv Exp $ + + 28 Jul 2004; Travis Tilley <lv@gentoo.org> tightvnc-1.2.9-r1.ebuild: + removed amd64 'fix' that broke compiling on amd64 and re-added ~amd64 keyword 08 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> tightvnc-1.2.9-r1.ebuild: Stable on alpha. diff --git a/net-misc/tightvnc/Manifest b/net-misc/tightvnc/Manifest index 85dcc09210d5..217c6ef2e055 100644 --- a/net-misc/tightvnc/Manifest +++ b/net-misc/tightvnc/Manifest @@ -1,7 +1,7 @@ MD5 4da94dff5ba93bb47826ce3f578f1cca tightvnc-1.2.8.ebuild 1605 -MD5 30416ce5632e40b1562c48ab1eec7816 tightvnc-1.2.9-r1.ebuild 1914 +MD5 fdc7480acff3391ab1a511dda2774d78 tightvnc-1.2.9-r1.ebuild 1716 MD5 778524cf028a58d7a58572b693d953df tightvnc-4.0_beta20031113.ebuild 2656 -MD5 2949d2324b9be4e6c463343cdb8bc6f1 ChangeLog 4724 +MD5 1f05c8c2f0334c2093a6c580292f2e18 ChangeLog 4870 MD5 37236013e0d26d43c6bff35a8a48e8ec metadata.xml 220 MD5 8a5968ab6bd3fdd835fe13c589e1cc4d files/digest-tightvnc-4.0_beta20031113 367 MD5 11be6d47e594297c9a92c56056df2f73 files/digest-tightvnc-1.2.8 76 diff --git a/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild b/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild index b3acb5791a08..1d148b8ba0e0 100644 --- a/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild +++ b/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild,v 1.11 2004/06/25 00:15:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild,v 1.12 2004/07/28 04:37:17 lv Exp $ inherit eutils @@ -11,7 +11,7 @@ DESCRIPTION="A great client/server software package allowing remote network acce SRC_URI="mirror://sourceforge/vnc-tight/${P}_unixsrc.tar.bz2" HOMEPAGE="http://www.tightvnc.com/" -KEYWORDS="x86 ~ppc sparc alpha" +KEYWORDS="x86 ~ppc sparc alpha ~amd64" LICENSE="GPL-2" SLOT="0" @@ -36,11 +36,6 @@ src_unpack() { src_compile() { local CDEBUGFLAGS="${CFLAGS}" - use amd64 && CDEBUGFLAGS="${CDEBUGFLAGS} -m32 \ - -L/emul/linux/x86/lib \ - -L/emul/linux/x86/usr/lib/gcc-lib/i386-pc-linux-gnu/3.2.3 \ - -L/emul/linux/x86/usr/lib -L/emul/linux/x86/usr/X11R6/lib" - xmkmf -a || die "xmkmf failed" make CDEBUGFLAGS="${CDEBUGFLAGS}" World || die "make World failed" |