diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-06-03 14:51:32 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-06-03 14:51:32 +0000 |
commit | a9f3cc5e4d74e8647f3c1c3d11d4f3582cf6da03 (patch) | |
tree | ec043ba2b8bd7c47f0f2e72f8aee34b615330a69 /dev-dotnet/libgdiplus | |
parent | Metadata fix (diff) | |
download | gentoo-2-a9f3cc5e4d74e8647f3c1c3d11d4f3582cf6da03.tar.gz gentoo-2-a9f3cc5e4d74e8647f3c1c3d11d4f3582cf6da03.tar.bz2 gentoo-2-a9f3cc5e4d74e8647f3c1c3d11d4f3582cf6da03.zip |
Re-add ~ppc at dholm's request, now that we have a working mono-1.1.x
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-dotnet/libgdiplus')
-rw-r--r-- | dev-dotnet/libgdiplus/ChangeLog | 5 | ||||
-rw-r--r-- | dev-dotnet/libgdiplus/libgdiplus-1.1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-dotnet/libgdiplus/ChangeLog b/dev-dotnet/libgdiplus/ChangeLog index e6f06c3c82de..9cd63d402c54 100644 --- a/dev-dotnet/libgdiplus/ChangeLog +++ b/dev-dotnet/libgdiplus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/libgdiplus # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.32 2005/05/19 08:48:57 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.33 2005/06/03 14:51:32 latexer Exp $ + + 03 Jun 2005; Peter Johanson <latexer@gentoo.org> libgdiplus-1.1.7.ebuild: + Re-add ~ppc at dholm's request, now that we have a working mono-1.1.x 19 May 2005; David Holm <dholm@gentoo.org> libgdiplus-1.1.4.ebuild, libgdiplus-1.1.4-r1.ebuild, libgdiplus-1.1.5.ebuild, diff --git a/dev-dotnet/libgdiplus/libgdiplus-1.1.7.ebuild b/dev-dotnet/libgdiplus/libgdiplus-1.1.7.ebuild index 8e5430dbd692..0b8d73542e2f 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-1.1.7.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-1.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.1.7.ebuild,v 1.4 2005/05/19 08:48:57 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.1.7.ebuild,v 1.5 2005/06/03 14:51:32 latexer Exp $ inherit libtool eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.go-mono.com/sources/${PN}-${PV:0:3}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 -ppc ~amd64" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="tiff gif jpeg png" |