diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-06-16 04:03:02 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-06-16 04:03:02 +0000 |
commit | 37494eff20c357122efc0d891f786e63fa33680d (patch) | |
tree | b58a9854cba127dde3932c4299211a2176822dad | |
parent | Stable on amd64 wrt security bug 180367 (diff) | |
download | gentoo-2-37494eff20c357122efc0d891f786e63fa33680d.tar.gz gentoo-2-37494eff20c357122efc0d891f786e63fa33680d.tar.bz2 gentoo-2-37494eff20c357122efc0d891f786e63fa33680d.zip |
stable x86, security bug 181921
(Portage version: 2.1.2.7)
-rw-r--r-- | dev-dotnet/libgdiplus/ChangeLog | 6 | ||||
-rw-r--r-- | dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-dotnet/libgdiplus/ChangeLog b/dev-dotnet/libgdiplus/ChangeLog index f4e5210e5f88..c8b42146f059 100644 --- a/dev-dotnet/libgdiplus/ChangeLog +++ b/dev-dotnet/libgdiplus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/libgdiplus # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.72 2007/05/16 22:21:03 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.73 2007/06/16 04:03:02 opfer Exp $ + + 16 Jun 2007; Christian Faulhammer <opfer@gentoo.org> + libgdiplus-1.2.4.ebuild: + stable x86, security bug 181921 *libgdiplus-1.2.4 (16 May 2007) diff --git a/dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild b/dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild index e37bceaed527..355c6586d470 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild,v 1.1 2007/05/16 22:21:03 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild,v 1.2 2007/06/16 04:03:02 opfer Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -10,7 +10,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="exif gif jpeg tiff" RDEPEND=">=dev-libs/glib-2.6 |