Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/metabang-bind/
Date: Mon, 07 Aug 2017 11:56:49
Message-Id: 1502107024.33d305d415b8356ca9c3f0a955e9754e6f6b96a3.nimiux@gentoo
1 commit: 33d305d415b8356ca9c3f0a955e9754e6f6b96a3
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 7 11:57:04 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 7 11:57:04 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=33d305d4
7
8 dev-lisp/metabang-bind: Removes uneeded eclass
9
10 dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
14 index c0940878..2a643e32 100644
15 --- a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
16 +++ b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
17 @@ -3,7 +3,7 @@
18
19 EAPI=6
20
21 -inherit common-lisp-3 eutils
22 +inherit common-lisp-3
23
24 DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
25 HOMEPAGE="http://www.cliki.net/bind