diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 09:39:44 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 09:39:44 +0000 |
commit | de795c7c56af027c87653ad69c1c6fdc02c05c47 (patch) | |
tree | 6d6d17f263ada5852732c9990aeb549c89488cc3 /dev-libs | |
parent | amd64 stable, bug #382169 (diff) | |
download | gentoo-2-de795c7c56af027c87653ad69c1c6fdc02c05c47.tar.gz gentoo-2-de795c7c56af027c87653ad69c1c6fdc02c05c47.tar.bz2 gentoo-2-de795c7c56af027c87653ad69c1c6fdc02c05c47.zip |
amd64 stable, bug #438334
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/ffcall/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ffcall/ffcall-1.10-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/ffcall/ChangeLog b/dev-libs/ffcall/ChangeLog index 4d99fb8621a6..73ccb84f1070 100644 --- a/dev-libs/ffcall/ChangeLog +++ b/dev-libs/ffcall/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ffcall # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.43 2014/02/08 13:42:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.44 2014/03/02 09:39:44 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> ffcall-1.10-r2.ebuild: + amd64 stable, bug #438334 *ffcall-1.10-r4 (08 Feb 2014) diff --git a/dev-libs/ffcall/ffcall-1.10-r2.ebuild b/dev-libs/ffcall/ffcall-1.10-r2.ebuild index dfb5a0ed6c14..46ae100ae9c1 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-2009 Gentoo Foundation +# Copyright 1999-2014 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.5 2009/12/25 15:56:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r2.ebuild,v 1.6 2014/03/02 09:39:44 pacho 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 ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" S=${WORKDIR}/${CLISP_PACKAGE}/${PN} |