diff options
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 b1675ebea26a..2810920e60d2 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.20 2005/08/03 22:29:35 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.21 2005/08/14 10:08:07 hansmi Exp $ + + 14 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> ffcall-1.10.ebuild: + Stable on ppc. 03 Aug 2005; Bryan Østergaard <kloeri@gentoo.org> ffcall-1.10.ebuild: Stable on alpha. diff --git a/dev-libs/ffcall/ffcall-1.10.ebuild b/dev-libs/ffcall/ffcall-1.10.ebuild index dc78cb40691b..e40c96b73e78 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.3 2005/08/03 22:29:35 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10.ebuild,v 1.4 2005/08/14 10:08:07 hansmi 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="alpha ~hppa ~ppc ~sparc x86" +KEYWORDS="alpha ~hppa ppc ~sparc x86" IUSE="" DEPEND="virtual/libc" |