summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-03-30 19:47:03 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-03-30 19:47:03 +0000
commit3bfeb176b67832f1705cd3e3f642de570ac7591b (patch)
tree7831932e9832593bf0e91fbcf3fc612a8c18f70b /sci-calculators
parentAdd ~alpha keyword, bug 86601. (diff)
downloadgentoo-2-3bfeb176b67832f1705cd3e3f642de570ac7591b.tar.gz
gentoo-2-3bfeb176b67832f1705cd3e3f642de570ac7591b.tar.bz2
gentoo-2-3bfeb176b67832f1705cd3e3f642de570ac7591b.zip
Add ~alpha keyword, bug 86602.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/galculator/ChangeLog8
-rw-r--r--sci-calculators/galculator/galculator-1.2.3.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-calculators/galculator/ChangeLog b/sci-calculators/galculator/ChangeLog
index 7f3250d437c1..4cbebaf9218a 100644
--- a/sci-calculators/galculator/ChangeLog
+++ b/sci-calculators/galculator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-calculators/galculator
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.2 2004/12/24 20:03:20 swegener Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.3 2005/03/30 19:47:03 kloeri Exp $
+
+ 30 Mar 2005; Bryan Østergaard <kloeri@gentoo.org>
+ galculator-1.2.3.ebuild:
+ Add ~alpha keyword, bug 86602.
*galculator-1.2.3 (24 Dec 2004)
diff --git a/sci-calculators/galculator/galculator-1.2.3.ebuild b/sci-calculators/galculator/galculator-1.2.3.ebuild
index 63b24f1373ee..8359415a664c 100644
--- a/sci-calculators/galculator/galculator-1.2.3.ebuild
+++ b/sci-calculators/galculator/galculator-1.2.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.2.3.ebuild,v 1.1 2004/12/24 14:54:42 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.2.3.ebuild,v 1.2 2005/03/30 19:47:03 kloeri Exp $
DESCRIPTION="A GTK2 based algebraic and RPN calculator"
HOMEPAGE="http://galculator.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~x86 ~amd64 ~alpha"
IUSE=""
RDEPEND=">=x11-libs/gtk+-1.3.13