diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-08-03 22:29:35 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-08-03 22:29:35 +0000 |
commit | 4febbbc41c02c13201ef7294a719cb77b5182887 (patch) | |
tree | 13eb7027622a7dd1eac43be88f378b62f1d365da /dev-libs/ffcall | |
parent | Stable on alpha. (diff) | |
download | historical-4febbbc41c02c13201ef7294a719cb77b5182887.tar.gz historical-4febbbc41c02c13201ef7294a719cb77b5182887.tar.bz2 historical-4febbbc41c02c13201ef7294a719cb77b5182887.zip |
Stable on alpha.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-libs/ffcall')
-rw-r--r-- | dev-libs/ffcall/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ffcall/ffcall-1.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/ffcall/ChangeLog b/dev-libs/ffcall/ChangeLog index fbf7c2221bfe..b1675ebea26a 100644 --- a/dev-libs/ffcall/ChangeLog +++ b/dev-libs/ffcall/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ffcall # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.19 2005/07/23 02:20:38 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.20 2005/08/03 22:29:35 kloeri Exp $ + + 03 Aug 2005; Bryan Østergaard <kloeri@gentoo.org> ffcall-1.10.ebuild: + Stable on alpha. 23 Jul 2005; Armando Di Cianno <fafhrd@gentoo.org> ffcall-1.10.ebuild: Stabilizing ffcall-1.10 for x86 diff --git a/dev-libs/ffcall/ffcall-1.10.ebuild b/dev-libs/ffcall/ffcall-1.10.ebuild index 0831d3eac659..dc78cb40691b 100644 --- a/dev-libs/ffcall/ffcall-1.10.ebuild +++ b/dev-libs/ffcall/ffcall-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10.ebuild,v 1.2 2005/07/23 02:20:38 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10.ebuild,v 1.3 2005/08/03 22:29:35 kloeri Exp $ inherit eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="http://www.haible.de/bruno/gnu/${P}.tar.gz" # under GNU LGPL." -ffcall author LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="x86 ~sparc ~hppa ~alpha ~ppc" +KEYWORDS="alpha ~hppa ~ppc ~sparc x86" IUSE="" DEPEND="virtual/libc" |