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 | |
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')
-rw-r--r-- | x11-libs/gtkmathview/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtkmathview/ChangeLog b/x11-libs/gtkmathview/ChangeLog index b8f43e01d052..69d8f61160e0 100644 --- a/x11-libs/gtkmathview/ChangeLog +++ b/x11-libs/gtkmathview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtkmathview # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.27 2008/11/03 05:50:56 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.28 2008/11/05 21:56:00 maekke Exp $ + + 05 Nov 2008; Markus Meier <maekke@gentoo.org> gtkmathview-0.8.0.ebuild: + amd64/x86 stable, bug #245303 03 Nov 2008; Mart Raudsepp <leio@gentoo.org> gtkmathview-0.8.0.ebuild: Correct license - 0.8 was relicensed from GPL-2 to LGPL-3, not GPL-3 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 |