diff options
author | Markus Meier <maekke@gentoo.org> | 2008-11-05 21:56:00 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-11-05 21:56:00 +0000 |
commit | f12c1f4bec3db8e210740b4d96db7d4b3e8e2cd3 (patch) | |
tree | eb6a0a56f464f46ee6095d32936bd7c5fbff2fd4 /x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild | |
parent | Added some missing headers, more gcc-4.3 fixes not caught during compilation (diff) | |
download | gentoo-2-f12c1f4bec3db8e210740b4d96db7d4b3e8e2cd3.tar.gz gentoo-2-f12c1f4bec3db8e210740b4d96db7d4b3e8e2cd3.tar.bz2 gentoo-2-f12c1f4bec3db8e210740b4d96db7d4b3e8e2cd3.zip |
amd64/x86 stable, bug #245303
(Portage version: 2.2_rc13/cvs/Linux 2.6.26.7 x86_64)
Diffstat (limited to 'x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild')
-rw-r--r-- | x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild b/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild index bb7a67e9f685..a3fc1ebc52f4 100644 --- a/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild +++ b/x11-libs/gtkmathview/gtkmathview-0.8.0.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/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v 1.3 2008/11/03 05:50:56 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v 1.4 2008/11/05 21:56:00 maekke Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://helm.cs.unibo.it/mml-widget/sources/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="gtk svg t1lib" RDEPEND=">=dev-libs/glib-2.2.1 |