diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-01-29 15:36:36 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-01-29 15:36:36 +0000 |
commit | 114ea86eae6bb226e95222d3303bf0bd4763e534 (patch) | |
tree | 17afa22e73d0535e2c96b5ab27bf50ba0147c369 /dev-dotnet | |
parent | Fix building with x11-libs/libnotify >= 0.7. (diff) | |
download | gentoo-2-114ea86eae6bb226e95222d3303bf0bd4763e534.tar.gz gentoo-2-114ea86eae6bb226e95222d3303bf0bd4763e534.tar.bz2 gentoo-2-114ea86eae6bb226e95222d3303bf0bd4763e534.zip |
stable x86, bug 352808
(Portage version: 2.1.9.35/cvs/Linux i686)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/libgdiplus/ChangeLog | 8 | ||||
-rw-r--r-- | dev-dotnet/libgdiplus/libgdiplus-2.8.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-dotnet/libgdiplus/ChangeLog b/dev-dotnet/libgdiplus/ChangeLog index d1c162a1c80a..e6767a6c5094 100644 --- a/dev-dotnet/libgdiplus/ChangeLog +++ b/dev-dotnet/libgdiplus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/libgdiplus -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.125 2010/11/26 10:54:11 pacho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.126 2011/01/29 15:36:36 fauli Exp $ + + 29 Jan 2011; Christian Faulhammer <fauli@gentoo.org> + libgdiplus-2.8.1.ebuild: + stable x86, bug 352808 *libgdiplus-2.8.1 (26 Nov 2010) diff --git a/dev-dotnet/libgdiplus/libgdiplus-2.8.1.ebuild b/dev-dotnet/libgdiplus/libgdiplus-2.8.1.ebuild index da30651f00fb..f47d8be92780 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-2.8.1.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-2.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.8.1.ebuild,v 1.1 2010/11/26 10:54:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.8.1.ebuild,v 1.2 2011/01/29 15:36:36 fauli Exp $ EAPI=2 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.mono-project.com" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~ppc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="cairo" RDEPEND=">=dev-libs/glib-2.16 |