diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-07-11 08:49:58 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-07-11 08:49:58 +0000 |
commit | 2be7615bca301407153be6178fdf4d834e1c4372 (patch) | |
tree | 5b12e4ec0fa425db9d28704998ecafeec2a8de8f /dev-lisp | |
parent | Stable on amd64 #511170 (diff) | |
download | gentoo-2-2be7615bca301407153be6178fdf4d834e1c4372.tar.gz gentoo-2-2be7615bca301407153be6178fdf4d834e1c4372.tar.bz2 gentoo-2-2be7615bca301407153be6178fdf4d834e1c4372.zip |
Stable on amd64 #511170
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/ecls/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/ecls/ecls-13.5.1-r1.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-lisp/ecls/ChangeLog b/dev-lisp/ecls/ChangeLog index 04a29e55b7af..ae14d095986f 100644 --- a/dev-lisp/ecls/ChangeLog +++ b/dev-lisp/ecls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/ecls # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.48 2014/01/11 14:03:15 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.49 2014/07/11 08:49:58 patrick Exp $ + + 11 Jul 2014; Patrick Lauer <patrick@gentoo.org> ecls-13.5.1-r1.ebuild: + Stable on amd64 #511170 *ecls-13.5.1-r1 (11 Jan 2014) diff --git a/dev-lisp/ecls/ecls-13.5.1-r1.ebuild b/dev-lisp/ecls/ecls-13.5.1-r1.ebuild index b46148ce3c2d..cd7a53b46af4 100644 --- a/dev-lisp/ecls/ecls-13.5.1-r1.ebuild +++ b/dev-lisp/ecls/ecls-13.5.1-r1.ebuild @@ -1,10 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild,v 1.1 2014/01/11 14:03:15 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1-r1.ebuild,v 1.2 2014/07/11 08:49:58 patrick Exp $ EAPI=5 inherit eutils multilib +# test phase only works if ecls already installed #516876 +RESTRICT="test" + MY_P=ecl-${PV} DESCRIPTION="ECL is an embeddable Common Lisp implementation." @@ -13,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz" LICENSE="BSD LGPL-2" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="debug emacs gengc precisegc sse +threads +unicode X" CDEPEND="dev-libs/gmp |