diff options
author | Markus Meier <maekke@gentoo.org> | 2009-04-04 14:04:29 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-04-04 14:04:29 +0000 |
commit | 15ad79dbea238b728dbc9aeccf7ea1a6b97fc221 (patch) | |
tree | ee1e4b3b390883f93a0c087d66be0879d62f319c /dev-dotnet/libgdiplus | |
parent | stable ppc64, bug 264504 (diff) | |
download | gentoo-2-15ad79dbea238b728dbc9aeccf7ea1a6b97fc221.tar.gz gentoo-2-15ad79dbea238b728dbc9aeccf7ea1a6b97fc221.tar.bz2 gentoo-2-15ad79dbea238b728dbc9aeccf7ea1a6b97fc221.zip |
amd64/x86 stable, bug #234305
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet/libgdiplus')
-rw-r--r-- | dev-dotnet/libgdiplus/ChangeLog | 5 | ||||
-rw-r--r-- | dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-dotnet/libgdiplus/ChangeLog b/dev-dotnet/libgdiplus/ChangeLog index e6c5f03b78c4..aa67df612bfc 100644 --- a/dev-dotnet/libgdiplus/ChangeLog +++ b/dev-dotnet/libgdiplus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/libgdiplus # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.92 2009/03/30 21:45:09 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.93 2009/04/04 14:04:29 maekke Exp $ + + 04 Apr 2009; Markus Meier <maekke@gentoo.org> libgdiplus-2.0.ebuild: + amd64/x86 stable, bug #234305 *libgdiplus-2.4 (30 Mar 2009) diff --git a/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild b/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild index 2e38d629059e..bdda0f0b6711 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild,v 1.3 2009/03/27 15:50:37 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild,v 1.4 2009/04/04 14:04:29 maekke Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="http://www.go-mono.com/sources/${PN}/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-libs/glib-2.6 |