diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 18:43:50 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 18:43:50 +0000 |
commit | 58fcb5209893ace905c54083c5ee8c0300db8b79 (patch) | |
tree | c2f411643ebfe2bccf38947ef60554e299f435b9 /app-text/xlhtml | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-58fcb5209893ace905c54083c5ee8c0300db8b79.tar.gz gentoo-2-58fcb5209893ace905c54083c5ee8c0300db8b79.tar.bz2 gentoo-2-58fcb5209893ace905c54083c5ee8c0300db8b79.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xlhtml')
-rw-r--r-- | app-text/xlhtml/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/xlhtml/xlhtml-0.5.1_p6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/xlhtml/ChangeLog b/app-text/xlhtml/ChangeLog index 0a693c0b1731..c0a172e438fb 100644 --- a/app-text/xlhtml/ChangeLog +++ b/app-text/xlhtml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xlhtml -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.18 2010/02/20 18:32:13 abcd Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.19 2012/05/21 18:43:50 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> xlhtml-0.5.1_p6.ebuild: + Add missing inheritance of eutils.eclass 20 Feb 2010; Jonathan Callen <abcd@gentoo.org> xlhtml-0.5.1_p6.ebuild: Transfer prefix keywords, bump EAPI diff --git a/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild b/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild index e3ab195e101e..9b185b648bd2 100644 --- a/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild +++ b/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild,v 1.2 2010/02/20 18:32:13 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild,v 1.3 2012/05/21 18:43:50 xarthisius Exp $ EAPI=3 WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" -inherit autotools +inherit autotools eutils MY_PV=${PV/_p*/} DEB_PR=${PV/*_p/} |