diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-07-07 13:15:42 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-07-07 13:15:42 +0000 |
commit | 1babf2f8d052b07fba7292612b00e78ff3a173fd (patch) | |
tree | 93bf0caec3ecd3bf1443e4d55d158d7e7be01e7d /dev-libs | |
parent | Add ~alpha/~ia64 wrt #229217 (diff) | |
download | gentoo-2-1babf2f8d052b07fba7292612b00e78ff3a173fd.tar.gz gentoo-2-1babf2f8d052b07fba7292612b00e78ff3a173fd.tar.bz2 gentoo-2-1babf2f8d052b07fba7292612b00e78ff3a173fd.zip |
Add ~alpha/~ia64 wrt #229217
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/ffcall/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ffcall/ffcall-1.10-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/ffcall/ChangeLog b/dev-libs/ffcall/ChangeLog index 8106cceff366..4d7d2a0e21dc 100644 --- a/dev-libs/ffcall/ChangeLog +++ b/dev-libs/ffcall/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ffcall # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.34 2008/05/26 13:23:41 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.35 2008/07/07 13:15:42 armin76 Exp $ + + 07 Jul 2008; Raúl Porcel <armin76@gentoo.org> ffcall-1.10-r2.ebuild: + Add ~alpha/~ia64 wrt #229217 26 May 2008; Bernard Cafarelli <voyageur@gentoo.org> -ffcall-1.9.ebuild: Remove very old version diff --git a/dev-libs/ffcall/ffcall-1.10-r2.ebuild b/dev-libs/ffcall/ffcall-1.10-r2.ebuild index b8d05d9f4af8..3e7e9802347e 100644 --- a/dev-libs/ffcall/ffcall-1.10-r2.ebuild +++ b/dev-libs/ffcall/ffcall-1.10-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r2.ebuild,v 1.1 2007/08/20 20:00:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r2.ebuild,v 1.2 2008/07/07 13:15:42 armin76 Exp $ inherit eutils flag-o-matic @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/clisp/${CLISP_PACKAGE}.tar.bz2" # under GNU LGPL." -ffcall author LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" S=${WORKDIR}/${CLISP_PACKAGE}/${PN} |