diff options
Diffstat (limited to 'dev-libs/ffcall')
-rw-r--r-- | dev-libs/ffcall/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/ffcall/metadata.xml | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/ffcall/ChangeLog b/dev-libs/ffcall/ChangeLog index 51a2ecad51ca..a4d1463718e7 100644 --- a/dev-libs/ffcall/ChangeLog +++ b/dev-libs/ffcall/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ffcall -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.39 2010/08/24 11:33:39 voyageur Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.40 2012/07/11 13:36:58 voyageur Exp $ + + 11 Jul 2012; Bernard Cafarelli <voyageur@gentoo.org> metadata.xml: + Add common-lisp as backup herd, hoping for a new maintainer sometime *ffcall-1.10-r3 (24 Aug 2010) diff --git a/dev-libs/ffcall/metadata.xml b/dev-libs/ffcall/metadata.xml index 226a93e0e168..e0b390ac404c 100644 --- a/dev-libs/ffcall/metadata.xml +++ b/dev-libs/ffcall/metadata.xml @@ -1,8 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>gnustep</herd> -<longdescription> + <herd>gnustep</herd> + <herd>common-lisp</herd> + <longdescription> ffcall - foreign function call libraries This is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. @@ -20,5 +21,5 @@ trampoline callback - closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline) -</longdescription> + </longdescription> </pkgmetadata> |