From: Chema Alonso Josa Date: Wed, 5 Apr 2017 15:24:13 +0000 (+0200) Subject: dev-lisp/trivial-gray-streams: Updates live ebuild EAPI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3443fd62087a5e4efadb1925933bdbe01d0905ba;p=gentoo.git dev-lisp/trivial-gray-streams: Updates live ebuild EAPI Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild index 15126f0d0cbb..f768134653e4 100644 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit common-lisp-3 git-2 +inherit common-lisp-3 git-r3 DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations" HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/"