diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:24:08 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:24:08 +0000 |
commit | 2532ec78d5fb83f75ce09851e621cffce6d0c09d (patch) | |
tree | 853372c6d4174a3e56b943ea42f53c925b41cfc8 /sci-mathematics/maxima/maxima-5.26.0.ebuild | |
parent | add eutils (diff) | |
download | historical-2532ec78d5fb83f75ce09851e621cffce6d0c09d.tar.gz historical-2532ec78d5fb83f75ce09851e621cffce6d0c09d.tar.bz2 historical-2532ec78d5fb83f75ce09851e621cffce6d0c09d.zip |
Add missing inheritance of eutils.eclass
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/maxima/maxima-5.26.0.ebuild')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.26.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/maxima/maxima-5.26.0.ebuild b/sci-mathematics/maxima/maxima-5.26.0.ebuild index 4d5be82648ba..b1f3d980668b 100644 --- a/sci-mathematics/maxima/maxima-5.26.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.26.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.26.0.ebuild,v 1.2 2012/02/13 13:41:36 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.26.0.ebuild,v 1.3 2012/05/21 19:24:08 xarthisius Exp $ EAPI=3 -inherit autotools elisp-common +inherit autotools eutils elisp-common DESCRIPTION="Free computer algebra environment based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" |