diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-04-21 19:56:39 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-04-21 19:56:39 +0000 |
commit | 5da69eda31fe114dbd0527a62d953a4f2e65a1f7 (patch) | |
tree | 709ac01b4e27026c33feb5be35f8cb730706220a /x11-libs/gtkmathview | |
parent | Added ~alpha keyword wrt Bug #110858. (diff) | |
download | gentoo-2-5da69eda31fe114dbd0527a62d953a4f2e65a1f7.tar.gz gentoo-2-5da69eda31fe114dbd0527a62d953a4f2e65a1f7.tar.bz2 gentoo-2-5da69eda31fe114dbd0527a62d953a4f2e65a1f7.zip |
Added ~alpha keyword wrt Bug #110858.
(Portage version: 2.0.54)
Diffstat (limited to 'x11-libs/gtkmathview')
-rw-r--r-- | x11-libs/gtkmathview/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtkmathview/gtkmathview-0.7.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtkmathview/ChangeLog b/x11-libs/gtkmathview/ChangeLog index 42850c2d68d8..9245021d3976 100644 --- a/x11-libs/gtkmathview/ChangeLog +++ b/x11-libs/gtkmathview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtkmathview # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.12 2006/02/22 00:07:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.13 2006/04/21 19:56:37 tcort Exp $ + + 21 Apr 2006; Thomas Cort <tcort@gentoo.org> gtkmathview-0.7.6.ebuild: + Added ~alpha keyword wrt Bug #110858. 21 Feb 2006; Aron Griffis <agriffis@gentoo.org> gtkmathview-0.7.6.ebuild: Mark 0.7.6 ~ia64 diff --git a/x11-libs/gtkmathview/gtkmathview-0.7.6.ebuild b/x11-libs/gtkmathview/gtkmathview-0.7.6.ebuild index 678d1aa9bab0..ec253650880d 100644 --- a/x11-libs/gtkmathview/gtkmathview-0.7.6.ebuild +++ b/x11-libs/gtkmathview/gtkmathview-0.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.7.6.ebuild,v 1.2 2006/02/22 00:07:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.7.6.ebuild,v 1.3 2006/04/21 19:56:39 tcort Exp $ DESCRIPTION="Rendering engine for MathML documents" HOMEPAGE="http://helm.cs.unibo.it/mml-widget/" @@ -8,7 +8,7 @@ SRC_URI="http://helm.cs.unibo.it/mml-widget/sources/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="gtk svg t1lib xml2" RDEPEND=">=dev-libs/glib-2.2.1 |