diff options
author | Chris White <chriswhite@gentoo.org> | 2004-08-26 05:09:28 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2004-08-26 05:09:28 +0000 |
commit | 56ed4cde3da319f490c52f8568c0f7af723683f9 (patch) | |
tree | fbdd6538e43c40a9fc1eb2c98a924075740d4bcb /dev-lang/fpc-source | |
parent | hppa stable for security #61457 (Manifest recommit) (diff) | |
download | gentoo-2-56ed4cde3da319f490c52f8568c0f7af723683f9.tar.gz gentoo-2-56ed4cde3da319f490c52f8568c0f7af723683f9.tar.bz2 gentoo-2-56ed4cde3da319f490c52f8568c0f7af723683f9.zip |
FPC asm code doesn't nice nice with amd64. Going to -arch mask until the x86_64 version comes out.
Diffstat (limited to 'dev-lang/fpc-source')
-rw-r--r-- | dev-lang/fpc-source/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/fpc-source/ChangeLog b/dev-lang/fpc-source/ChangeLog index 4659ede727e8..a40321e0d990 100644 --- a/dev-lang/fpc-source/ChangeLog +++ b/dev-lang/fpc-source/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/fpc-source # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-source/ChangeLog,v 1.3 2004/08/21 19:04:41 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-source/ChangeLog,v 1.4 2004/08/26 05:09:28 chriswhite Exp $ + + 26 Aug 2004; Chris White <chriswhite@gentoo.org> + fpc-source-1.9.5_pre20040820.ebuild: + FPC asm doesn't go too well with amd64. -arch marking. Used zhen's dev box to verify this. 22 Aug 2004; Chris White <chriswhite@gentoo.org> fpc-source-1.9.5_pre20040820.ebuild: diff --git a/dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.ebuild b/dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.ebuild index 86441f786b44..8ed7c415b414 100644 --- a/dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.ebuild +++ b/dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.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/dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.ebuild,v 1.3 2004/08/21 19:04:41 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.ebuild,v 1.4 2004/08/26 05:09:28 chriswhite Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 doc? ( ftp://ftp.freepascal.org/pub/fpc/docs/doc-html.zip )" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 -amd64" IUSE="doc" DEPEND="!dev-lang/fpc" S=${WORKDIR}/fpc-${FPC_V} |