diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-03-23 14:57:42 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-03-23 14:57:42 +0000 |
commit | 22847ee1a0f4e76b1dcfd0ea480daca3eb86e10b (patch) | |
tree | f456a85ee83e3d8143fe97140cdd84ee82185f85 /dev-db/firebird/firebird-1.5.3-r1.ebuild | |
parent | Bump to 3.5.2. (diff) | |
download | gentoo-2-22847ee1a0f4e76b1dcfd0ea480daca3eb86e10b.tar.gz gentoo-2-22847ee1a0f4e76b1dcfd0ea480daca3eb86e10b.tar.bz2 gentoo-2-22847ee1a0f4e76b1dcfd0ea480daca3eb86e10b.zip |
No versions of firebird presently build on ia64. 1.5.1 attempts to build
with x86-only CFLAGS and 1.5.3 doesn't have IMPLEMENTATION #defined for
ia64. Mark them all -ia64 (with use-masking to following)
(Portage version: 2.0.53)
Diffstat (limited to 'dev-db/firebird/firebird-1.5.3-r1.ebuild')
-rw-r--r-- | dev-db/firebird/firebird-1.5.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/firebird/firebird-1.5.3-r1.ebuild b/dev-db/firebird/firebird-1.5.3-r1.ebuild index 07bf9370334b..1a96763d5bf9 100644 --- a/dev-db/firebird/firebird-1.5.3-r1.ebuild +++ b/dev-db/firebird/firebird-1.5.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.3-r1.ebuild,v 1.3 2006/03/19 19:12:30 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.3-r1.ebuild,v 1.4 2006/03/23 14:57:42 agriffis Exp $ inherit flag-o-matic eutils @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/firebird/${MY_P}.tar.bz2 LICENSE="Interbase-1.0" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 -ia64 ~sparc ~x86" IUSE="xinetd doc" RESTRICT="nouserpriv" |