diff options
-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/" |