diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-09-09 16:59:25 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-09-09 16:59:25 +0000 |
commit | 14da8b66f631ea036f50592cbbcc6720301264f4 (patch) | |
tree | 83013e821d763ed7c05150a04744e0ccb253c43d /dev-dotnet | |
parent | Not stable for HPPA. (diff) | |
download | gentoo-2-14da8b66f631ea036f50592cbbcc6720301264f4.tar.gz gentoo-2-14da8b66f631ea036f50592cbbcc6720301264f4.tar.bz2 gentoo-2-14da8b66f631ea036f50592cbbcc6720301264f4.zip |
stable x86, security bug 334101
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/libgdiplus/ChangeLog | 6 | ||||
-rw-r--r-- | dev-dotnet/libgdiplus/libgdiplus-2.6.7-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-dotnet/libgdiplus/ChangeLog b/dev-dotnet/libgdiplus/ChangeLog index 68eb51eb248c..bfaa7d67ab5d 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.116 2010/09/07 21:57:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.117 2010/09/09 16:59:25 fauli Exp $ + + 09 Sep 2010; Christian Faulhammer <fauli@gentoo.org> + libgdiplus-2.6.7-r1.ebuild: + stable x86, security bug 334101 *libgdiplus-2.6.7-r1 (07 Sep 2010) diff --git a/dev-dotnet/libgdiplus/libgdiplus-2.6.7-r1.ebuild b/dev-dotnet/libgdiplus/libgdiplus-2.6.7-r1.ebuild index 32234dcd286f..b26c466d0797 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-2.6.7-r1.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-2.6.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.7-r1.ebuild,v 1.1 2010/09/07 21:57:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.7-r1.ebuild,v 1.2 2010/09/09 16:59:25 fauli Exp $ EAPI=2 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.go-mono.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 |