diff options
author | 2005-08-03 22:29:35 +0000 | |
---|---|---|
committer | 2005-08-03 22:29:35 +0000 | |
commit | a5d725041b26db6ad293ca057c544878b469206c (patch) | |
tree | a6aa32fd06a748a019f25dd7202bc35a8887e3c9 /dev-libs/ffcall | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-a5d725041b26db6ad293ca057c544878b469206c.tar.gz gentoo-2-a5d725041b26db6ad293ca057c544878b469206c.tar.bz2 gentoo-2-a5d725041b26db6ad293ca057c544878b469206c.zip |
Stable on alpha.
(Portage version: 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" |