diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-09-03 19:28:25 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-09-03 19:28:25 +0000 |
commit | 0ad466e46feb489122239cf0378e2c9d6afffb70 (patch) | |
tree | a26d1b990c47d5dddc009797c1fe59564d004e02 /sci-libs | |
parent | Fix shebang of a buildscript, for Prefix. Bug #335195 (diff) | |
download | gentoo-2-0ad466e46feb489122239cf0378e2c9d6afffb70.tar.gz gentoo-2-0ad466e46feb489122239cf0378e2c9d6afffb70.tar.bz2 gentoo-2-0ad466e46feb489122239cf0378e2c9d6afffb70.zip |
Marked ppc64 stable for bug #322791.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libqalculate/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libqalculate/libqalculate-0.9.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/libqalculate/ChangeLog b/sci-libs/libqalculate/ChangeLog index 05048f36736b..a5b3e92b3c67 100644 --- a/sci-libs/libqalculate/ChangeLog +++ b/sci-libs/libqalculate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libqalculate # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.44 2010/04/18 14:14:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.45 2010/09/03 19:28:25 josejx Exp $ + + 03 Sep 2010; Joseph Jezak <josejx@gentoo.org> libqalculate-0.9.7.ebuild: + Marked ppc64 stable for bug #322791. 18 Apr 2010; <nixnut@gentoo.org> libqalculate-0.9.7.ebuild: ppc stable #302629 diff --git a/sci-libs/libqalculate/libqalculate-0.9.7.ebuild b/sci-libs/libqalculate/libqalculate-0.9.7.ebuild index 3050a9119f39..eb687d57577d 100644 --- a/sci-libs/libqalculate/libqalculate-0.9.7.ebuild +++ b/sci-libs/libqalculate/libqalculate-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.7.ebuild,v 1.7 2010/04/18 14:14:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.7.ebuild,v 1.8 2010/09/03 19:28:25 josejx Exp $ EAPI=2 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="readline" COMMON_DEPEND=">=sci-libs/cln-1.2 |