diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 18:38:03 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 18:38:03 +0000 |
commit | 55d4771946dc29a1571b9aafa93cd81a6c9a182a (patch) | |
tree | 01593c86502a091604521b91006b172fe62c88b1 /app-office/texmacs | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-55d4771946dc29a1571b9aafa93cd81a6c9a182a.tar.gz gentoo-2-55d4771946dc29a1571b9aafa93cd81a6c9a182a.tar.bz2 gentoo-2-55d4771946dc29a1571b9aafa93cd81a6c9a182a.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'app-office/texmacs')
-rw-r--r-- | app-office/texmacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.7.15-r1.ebuild | 4 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.7.2-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog index 0f1d126dffa2..7243f9668295 100644 --- a/app-office/texmacs/ChangeLog +++ b/app-office/texmacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/texmacs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.102 2012/05/02 16:20:53 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.103 2012/05/21 18:38:03 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> + texmacs-1.0.7.15-r1.ebuild, texmacs-1.0.7.2-r1.ebuild: + Add missing inheritance of eutils.eclass *texmacs-1.0.7.15-r1 (02 May 2012) diff --git a/app-office/texmacs/texmacs-1.0.7.15-r1.ebuild b/app-office/texmacs/texmacs-1.0.7.15-r1.ebuild index ddc863acff1d..bd63ecd759b1 100644 --- a/app-office/texmacs/texmacs-1.0.7.15-r1.ebuild +++ b/app-office/texmacs/texmacs-1.0.7.15-r1.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/app-office/texmacs/texmacs-1.0.7.15-r1.ebuild,v 1.1 2012/05/02 16:20:53 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.15-r1.ebuild,v 1.2 2012/05/21 18:38:03 xarthisius Exp $ EAPI=4 -inherit autotools +inherit autotools eutils MY_P=${P/tex/TeX}-src diff --git a/app-office/texmacs/texmacs-1.0.7.2-r1.ebuild b/app-office/texmacs/texmacs-1.0.7.2-r1.ebuild index f76c0edeaa82..5ec40b23449a 100644 --- a/app-office/texmacs/texmacs-1.0.7.2-r1.ebuild +++ b/app-office/texmacs/texmacs-1.0.7.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2-r1.ebuild,v 1.9 2012/05/02 16:20:53 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2-r1.ebuild,v 1.10 2012/05/21 18:38:03 xarthisius Exp $ EAPI=2 -inherit autotools +inherit autotools eutils MY_P=${P/tex/TeX}-src DESCRIPTION="Wysiwyg text processor with high-quality maths" |