diff options
author | 2013-03-25 16:39:12 +0000 | |
---|---|---|
committer | 2013-03-25 16:39:12 +0000 | |
commit | ed72c3df049fb899c3bb2b5008d8d9ab1192ce53 (patch) | |
tree | fa33f79566daa0065c66c5aacd0712a7f78f673a /sci-calculators | |
parent | Stable for x86, wrt bug #458984 (diff) | |
download | gentoo-2-ed72c3df049fb899c3bb2b5008d8d9ab1192ce53.tar.gz gentoo-2-ed72c3df049fb899c3bb2b5008d8d9ab1192ce53.tar.bz2 gentoo-2-ed72c3df049fb899c3bb2b5008d8d9ab1192ce53.zip |
Stable for x86, wrt bug #458984
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/galculator/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/galculator/galculator-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-calculators/galculator/ChangeLog b/sci-calculators/galculator/ChangeLog index 259f46a19342..48dcf484a1ef 100644 --- a/sci-calculators/galculator/ChangeLog +++ b/sci-calculators/galculator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/galculator # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.38 2013/03/25 15:59:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.39 2013/03/25 16:39:12 ago Exp $ + + 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> galculator-2.1.ebuild: + Stable for x86, wrt bug #458984 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> galculator-2.1.ebuild: Stable for amd64, wrt bug #458984 diff --git a/sci-calculators/galculator/galculator-2.1.ebuild b/sci-calculators/galculator/galculator-2.1.ebuild index 86ccd7c86759..e5f088f7a38c 100644 --- a/sci-calculators/galculator/galculator-2.1.ebuild +++ b/sci-calculators/galculator/galculator-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-2.1.ebuild,v 1.2 2013/03/25 15:59:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-2.1.ebuild,v 1.3 2013/03/25 16:39:12 ago Exp $ EAPI=5 GCONF_DEBUG=no @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND="x11-libs/gtk+:3" |