diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-02 08:55:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-02 08:55:52 +0000 |
commit | e564e142d2c0605bcb5edaa5909051428bb02a42 (patch) | |
tree | 8cd677725231f752ad0e045d75791ca281e963e5 /sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild | |
parent | Fixed postgresql-8.3 issue, bug #239594. Removed old revisions. (diff) | |
download | historical-e564e142d2c0605bcb5edaa5909051428bb02a42.tar.gz historical-e564e142d2c0605bcb5edaa5909051428bb02a42.tar.bz2 historical-e564e142d2c0605bcb5edaa5909051428bb02a42.zip |
Add ppc64 love for KDE 4.
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26.2 x86_64
Diffstat (limited to 'sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild')
-rw-r--r-- | sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild b/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild index 48a77b30238c..d8945b349464 100644 --- a/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild +++ b/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild @@ -1,29 +1,27 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v 1.4 2008/10/12 15:56:42 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v 1.5 2008/11/02 08:55:52 vapier Exp $ inherit eutils autotools DESCRIPTION="A modern multi-purpose calculator library" -LICENSE="GPL-2" HOMEPAGE="http://qalculate.sourceforge.net/" SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz" +LICENSE="GPL-2" SLOT="0" +KEYWORDS="amd64 ppc ~ppc64 ~sparc x86" IUSE="readline" -KEYWORDS="amd64 ppc ~sparc x86" COMMON_DEPEND=">=sci-libs/cln-1.1 dev-libs/libxml2 >=dev-libs/glib-2.4 sys-libs/zlib readline? ( sys-libs/readline )" - DEPEND="${COMMON_DEPEND} >=dev-util/pkgconfig-0.12.0 dev-util/intltool sys-devel/gettext" - RDEPEND="${COMMON_DEPEND} >=sci-visualization/gnuplot-3.7 net-misc/wget" |