diff options
author | 2007-05-08 14:34:19 +0000 | |
---|---|---|
committer | 2007-05-08 14:34:19 +0000 | |
commit | cb0c70ec0006b1daceebbd0af8ca62932418d1ff (patch) | |
tree | 45763d94c0552cc010b2974730f49561051d75f0 /dev-java/fop | |
parent | Add ~ia64 wrt #177466 (diff) | |
download | gentoo-2-cb0c70ec0006b1daceebbd0af8ca62932418d1ff.tar.gz gentoo-2-cb0c70ec0006b1daceebbd0af8ca62932418d1ff.tar.bz2 gentoo-2-cb0c70ec0006b1daceebbd0af8ca62932418d1ff.zip |
Add ~ia64 wrt #177466
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-java/fop')
-rw-r--r-- | dev-java/fop/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/fop/fop-0.93.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/fop/ChangeLog b/dev-java/fop/ChangeLog index e6dfc2d6ebce..bc8946f9f815 100644 --- a/dev-java/fop/ChangeLog +++ b/dev-java/fop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/fop # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.42 2007/05/08 13:09:18 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.43 2007/05/08 14:34:19 armin76 Exp $ + + 08 May 2007; Raúl Porcel <armin76@gentoo.org> fop-0.93.ebuild: + Add ~ia64 wrt #177466 08 May 2007; Vlastimil Babka <caster@gentoo.org> fop-0.93.ebuild: Fixed out of memory build issues on amd64 by using ecj for compiling and diff --git a/dev-java/fop/fop-0.93.ebuild b/dev-java/fop/fop-0.93.ebuild index 4ed3680604a5..0b381b1ad35f 100644 --- a/dev-java/fop/fop-0.93.ebuild +++ b/dev-java/fop/fop-0.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/fop-0.93.ebuild,v 1.3 2007/05/08 13:09:18 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/fop-0.93.ebuild,v 1.4 2007/05/08 14:34:19 armin76 Exp $ # TODO: hyphenation support doesn't seem to be built correctly, because there's no xml in hyph dir # but upstream binary distro contains only fop.jar, no hyph nor sandbox @@ -19,7 +19,7 @@ LICENSE="Apache-2.0" SLOT="0" # doesn't work with java.awt.headless RESTRICT="test" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="jai jimi" COMMON_DEPEND=" |