diff options
author | Andrey Grozin <grozin@gentoo.org> | 2013-03-14 04:09:37 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2013-03-14 04:09:37 +0000 |
commit | 0f386305286678cfa154fa3aeec6797a71d5bb77 (patch) | |
tree | 61024671130ff4681e97399ef50417d07ad26b2c /dev-lisp | |
parent | Version bump (bug #461686 by Samuli). (diff) | |
download | gentoo-2-0f386305286678cfa154fa3aeec6797a71d5bb77.tar.gz gentoo-2-0f386305286678cfa154fa3aeec6797a71d5bb77.tar.bz2 gentoo-2-0f386305286678cfa154fa3aeec6797a71d5bb77.zip |
EAPI bump to 5
(Portage version: 2.2.0_alpha166/cvs/Linux i686, signed Manifest commit with key 00C6DAB1!)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/clozurecl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/clozurecl/clozurecl-1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/clozurecl/ChangeLog b/dev-lisp/clozurecl/ChangeLog index d081dca85e1b..4f60d1ce711e 100644 --- a/dev-lisp/clozurecl/ChangeLog +++ b/dev-lisp/clozurecl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/clozurecl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clozurecl/ChangeLog,v 1.9 2013/03/14 03:36:40 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clozurecl/ChangeLog,v 1.10 2013/03/14 04:09:37 grozin Exp $ + + 14 Mar 2013; Andrey Grozin <grozin@gentoo.org> clozurecl-1.9.ebuild: + EAPI bump to 5 *clozurecl-1.9 (14 Mar 2013) diff --git a/dev-lisp/clozurecl/clozurecl-1.9.ebuild b/dev-lisp/clozurecl/clozurecl-1.9.ebuild index 1f95b9068f18..c697441478cc 100644 --- a/dev-lisp/clozurecl/clozurecl-1.9.ebuild +++ b/dev-lisp/clozurecl/clozurecl-1.9.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clozurecl/clozurecl-1.9.ebuild,v 1.1 2013/03/14 03:36:40 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clozurecl/clozurecl-1.9.ebuild,v 1.2 2013/03/14 04:09:37 grozin Exp $ -EAPI=3 +EAPI=5 inherit eutils multilib MY_PN=ccl |