diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-01-10 15:22:49 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-01-10 15:22:49 +0000 |
commit | 6b98749df992ad8d40e97144492d8c5219d01e38 (patch) | |
tree | b0e73f594a3ab54050c154764addc141b42b1672 /dev-libs/ffcall | |
parent | amd64/x86 stable, bug #253203 (diff) | |
download | gentoo-2-6b98749df992ad8d40e97144492d8c5219d01e38.tar.gz gentoo-2-6b98749df992ad8d40e97144492d8c5219d01e38.tar.bz2 gentoo-2-6b98749df992ad8d40e97144492d8c5219d01e38.zip |
alpha/ia64/sparc/x86 stable wrt #246074
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
Diffstat (limited to 'dev-libs/ffcall')
-rw-r--r-- | dev-libs/ffcall/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/ffcall/ffcall-1.10-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/ffcall/ChangeLog b/dev-libs/ffcall/ChangeLog index 4d7d2a0e21dc..22afdfbd8a25 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.35 2008/07/07 13:15:42 armin76 Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.36 2009/01/10 15:22:49 armin76 Exp $ + + 10 Jan 2009; Raúl Porcel <armin76@gentoo.org> ffcall-1.10-r2.ebuild: + alpha/ia64/sparc/x86 stable wrt #246074 07 Jul 2008; Raúl Porcel <armin76@gentoo.org> ffcall-1.10-r2.ebuild: Add ~alpha/~ia64 wrt #229217 diff --git a/dev-libs/ffcall/ffcall-1.10-r2.ebuild b/dev-libs/ffcall/ffcall-1.10-r2.ebuild index 3e7e9802347e..d78c88ebaa8c 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-2008 Gentoo Foundation +# Copyright 1999-2009 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.2 2008/07/07 13:15:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r2.ebuild,v 1.3 2009/01/10 15:22:49 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 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc sparc x86 ~x86-fbsd" IUSE="" S=${WORKDIR}/${CLISP_PACKAGE}/${PN} |