diff options
Diffstat (limited to 'sci-calculators/galculator')
-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 c00592454eeb..bb2b704ab870 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.40 2013/03/26 16:55:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.41 2013/04/01 17:55:48 ago Exp $ + + 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> galculator-2.1.ebuild: + Stable for alpha, wrt bug #458984 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> galculator-2.1.ebuild: Stable for ppc, wrt bug #458984 diff --git a/sci-calculators/galculator/galculator-2.1.ebuild b/sci-calculators/galculator/galculator-2.1.ebuild index 23990d8e1499..2b1046f750e7 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.4 2013/03/26 16:55:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-2.1.ebuild,v 1.5 2013/04/01 17:55:48 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" |