diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:21:05 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:21:05 +0000 |
commit | 156cdc20c213585c2768f1668563a0226791b35a (patch) | |
tree | 9a5161fa00bca5ba21e2958db0b534b0a37b66c4 /sci-calculators | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-156cdc20c213585c2768f1668563a0226791b35a.tar.gz gentoo-2-156cdc20c213585c2768f1668563a0226791b35a.tar.bz2 gentoo-2-156cdc20c213585c2768f1668563a0226791b35a.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/qalculate-currency/ChangeLog | 6 | ||||
-rw-r--r-- | sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-calculators/qalculate-currency/ChangeLog b/sci-calculators/qalculate-currency/ChangeLog index 4aae419bc4dd..02144c898928 100644 --- a/sci-calculators/qalculate-currency/ChangeLog +++ b/sci-calculators/qalculate-currency/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/qalculate-currency # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.17 2012/05/04 06:52:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.18 2012/05/21 19:21:05 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> + qalculate-currency-0.9.4-r2.ebuild: + Add missing inheritance of eutils.eclass 04 May 2012; Jeff Horelick <jdhore@gentoo.org> qalculate-currency-0.9.4-r2.ebuild: diff --git a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild index dc05315a8461..949b5a667a49 100644 --- a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild +++ b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.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-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.6 2012/05/04 06:52:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.7 2012/05/21 19:21:05 xarthisius Exp $ EAPI=4 -inherit autotools +inherit autotools eutils DESCRIPTION="A GTK+ currency converter" HOMEPAGE="http://qalculate.sourceforge.net/" |