diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-07 18:59:25 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-07 18:59:25 +0000 |
commit | 53e61d1f362927c9bb15944507036012d820501c (patch) | |
tree | 39601fedb489975b6f16929d860fa6efdb4ff6f5 /dev-lisp/gcl/gcl-2.6.7.ebuild | |
parent | Version bump; remove old, beta, and rc (diff) | |
download | gentoo-2-53e61d1f362927c9bb15944507036012d820501c.tar.gz gentoo-2-53e61d1f362927c9bb15944507036012d820501c.tar.bz2 gentoo-2-53e61d1f362927c9bb15944507036012d820501c.zip |
inherit eutils for epatch
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'dev-lisp/gcl/gcl-2.6.7.ebuild')
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/gcl/gcl-2.6.7.ebuild b/dev-lisp/gcl/gcl-2.6.7.ebuild index c59af8ff5e32..9ca555b795dc 100644 --- a/dev-lisp/gcl/gcl-2.6.7.ebuild +++ b/dev-lisp/gcl/gcl-2.6.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.12 2008/09/03 21:42:59 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.13 2012/06/07 18:59:25 zmedico Exp $ -inherit elisp-common flag-o-matic autotools +inherit elisp-common eutils flag-o-matic autotools DESCRIPTION="GNU Common Lisp" HOMEPAGE="http://www.gnu.org/software/gcl/gcl.html" |