diff options
-rw-r--r-- | sci-calculators/calcoo/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/calcoo/calcoo-1.3.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-calculators/calcoo/ChangeLog b/sci-calculators/calcoo/ChangeLog index 5ac758034287..6e0cb342e108 100644 --- a/sci-calculators/calcoo/ChangeLog +++ b/sci-calculators/calcoo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/calcoo # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.8 2007/07/26 13:46:15 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.9 2007/07/26 20:46:43 armin76 Exp $ + + 26 Jul 2007; Raúl Porcel <armin76@gentoo.org> calcoo-1.3.16.ebuild: + x86 stable 26 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> calcoo-1.3.16.ebuild: Stable on sparc diff --git a/sci-calculators/calcoo/calcoo-1.3.16.ebuild b/sci-calculators/calcoo/calcoo-1.3.16.ebuild index 4ffb93072df9..21d3b4b778d8 100644 --- a/sci-calculators/calcoo/calcoo-1.3.16.ebuild +++ b/sci-calculators/calcoo/calcoo-1.3.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.16.ebuild,v 1.3 2007/07/26 13:46:15 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.16.ebuild,v 1.4 2007/07/26 20:46:43 armin76 Exp $ DESCRIPTION="Scientific calculator designed to provide maximum usability" HOMEPAGE="http://calcoo.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/calcoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc sparc ~x86" +KEYWORDS="~amd64 ~ppc sparc x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2" |