diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-07-05 07:58:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-07-05 07:58:49 +0000 |
commit | d57d58f5ead6f8612cf2a9054f2da06ca3fadea5 (patch) | |
tree | dffe3e94a17f554939e6a274937e403e729a01ce /x11-libs/gtkmathview | |
parent | xml2 use flag changed to xml (diff) | |
download | gentoo-2-d57d58f5ead6f8612cf2a9054f2da06ca3fadea5.tar.gz gentoo-2-d57d58f5ead6f8612cf2a9054f2da06ca3fadea5.tar.bz2 gentoo-2-d57d58f5ead6f8612cf2a9054f2da06ca3fadea5.zip |
removed unused xml2 use flag from IUSE
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'x11-libs/gtkmathview')
-rw-r--r-- | x11-libs/gtkmathview/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtkmathview/gtkmathview-0.7.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/gtkmathview/ChangeLog b/x11-libs/gtkmathview/ChangeLog index 9245021d3976..76a9244cdc5c 100644 --- a/x11-libs/gtkmathview/ChangeLog +++ b/x11-libs/gtkmathview/ChangeLog @@ -1,6 +1,10 @@ # 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.13 2006/04/21 19:56:37 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.14 2006/07/05 07:58:49 mr_bones_ Exp $ + + 05 Jul 2006; Michael Sterrett <mr_bones_@gentoo.org> + gtkmathview-0.7.6.ebuild: + removed unused xml2 use flag from IUSE 21 Apr 2006; Thomas Cort <tcort@gentoo.org> gtkmathview-0.7.6.ebuild: Added ~alpha keyword wrt Bug #110858. diff --git a/x11-libs/gtkmathview/gtkmathview-0.7.6.ebuild b/x11-libs/gtkmathview/gtkmathview-0.7.6.ebuild index ec253650880d..3210393ac0c7 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.3 2006/04/21 19:56:39 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.7.6.ebuild,v 1.4 2006/07/05 07:58:49 mr_bones_ Exp $ DESCRIPTION="Rendering engine for MathML documents" HOMEPAGE="http://helm.cs.unibo.it/mml-widget/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="gtk svg t1lib xml2" +IUSE="gtk svg t1lib" RDEPEND=">=dev-libs/glib-2.2.1 >=dev-libs/popt-1.7 |