diff options
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/calcoo/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/calcoo/calcoo-1.3.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-calculators/calcoo/ChangeLog b/sci-calculators/calcoo/ChangeLog index 4e896b4359af..951ff810e96f 100644 --- a/sci-calculators/calcoo/ChangeLog +++ b/sci-calculators/calcoo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/calcoo # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.14 2008/02/29 20:34:27 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.15 2008/05/06 15:19:32 fmccor Exp $ + + 06 May 2008; Ferris McCormick <fmccor@gentoo.org> calcoo-1.3.18.ebuild: + Sparc stable --- Bug #220601 --- looks good to me. 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> calcoo-1.3.18.ebuild: Remove icon extension from desktop entry to match Icon Theme Specification. diff --git a/sci-calculators/calcoo/calcoo-1.3.18.ebuild b/sci-calculators/calcoo/calcoo-1.3.18.ebuild index 5a5dfbfc8624..d515376e7450 100644 --- a/sci-calculators/calcoo/calcoo-1.3.18.ebuild +++ b/sci-calculators/calcoo/calcoo-1.3.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.3 2008/02/29 20:34:27 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.4 2008/05/06 15:19:32 fmccor Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc sparc ~x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2" |