diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-01-12 12:19:36 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-01-12 12:19:36 +0000 |
commit | f87fe4106720b93c78742c75923db02fa01ab1f7 (patch) | |
tree | a21a97a4d6b6abdcf26827e35f6192f9bf75001e /sci-calculators/qalculate-currency | |
parent | Stable on x86 wrt bug #205266 (diff) | |
download | historical-f87fe4106720b93c78742c75923db02fa01ab1f7.tar.gz historical-f87fe4106720b93c78742c75923db02fa01ab1f7.tar.bz2 historical-f87fe4106720b93c78742c75923db02fa01ab1f7.zip |
Added missing pkgconfig dep (fixes bug #205315).
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'sci-calculators/qalculate-currency')
3 files changed, 12 insertions, 6 deletions
diff --git a/sci-calculators/qalculate-currency/ChangeLog b/sci-calculators/qalculate-currency/ChangeLog index 799fac4dcd8e..c17367f3e11b 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.10 2007/09/22 22:09:25 angelos Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.11 2008/01/12 12:19:36 markusle Exp $ + + 12 Jan 2008; Markus Dittrich <markusle@gentoo.org> + qalculate-currency-0.9.4.ebuild, qalculate-currency-0.9.4-r1.ebuild: + Added missing pkgconfig dep (fixes bug #205315). 22 Sep 2007; Christoph Mende <angelos@gentoo.org> qalculate-currency-0.9.4-r1.ebuild: diff --git a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild index dab1f396db36..3bdfd5e52826 100644 --- a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild +++ b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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-r1.ebuild,v 1.2 2007/09/22 22:09:25 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild,v 1.3 2008/01/12 12:19:36 markusle Exp $ DESCRIPTION="A GTK+ currency converter" LICENSE="GPL-2" @@ -13,6 +13,7 @@ KEYWORDS="~amd64 ~x86" DEPEND=">=sci-libs/libqalculate-0.9.4 >=x11-libs/gtk+-2.4 + dev-util/pkgconfig nls? ( sys-devel/gettext )" src_compile() { diff --git a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild index 0e1707d0b824..f0cf13f487bd 100644 --- a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild +++ b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 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.ebuild,v 1.2 2006/09/15 16:15:54 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild,v 1.3 2008/01/12 12:19:36 markusle Exp $ DESCRIPTION="A GTK+ currency converter" LICENSE="GPL-2" @@ -13,6 +13,7 @@ KEYWORDS="x86" DEPEND="~sci-libs/libqalculate-0.9.4 >=x11-libs/gtk+-2.4 + dev-util/pkgconfig nls? ( sys-devel/gettext )" src_compile() { |