diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-29 17:06:11 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-29 17:06:11 +0000 |
commit | 5b698113357b17528b0cb0a95458ccfe02c706ec (patch) | |
tree | 28d842960fd67dbf82f0635a846177e32745e72c /dev-dotnet/gnome-keyring-sharp | |
parent | Fix building with Linux >= 2.6.36 wrt #352335. (diff) | |
download | historical-5b698113357b17528b0cb0a95458ccfe02c706ec.tar.gz historical-5b698113357b17528b0cb0a95458ccfe02c706ec.tar.bz2 historical-5b698113357b17528b0cb0a95458ccfe02c706ec.zip |
Stable on amd64 wrt bug #352808
Package-Manager: portage-2.1.9.35/cvs/Linux x86_64
Diffstat (limited to 'dev-dotnet/gnome-keyring-sharp')
-rw-r--r-- | dev-dotnet/gnome-keyring-sharp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-dotnet/gnome-keyring-sharp/ChangeLog b/dev-dotnet/gnome-keyring-sharp/ChangeLog index dd55e025f028..0970b8bc408e 100644 --- a/dev-dotnet/gnome-keyring-sharp/ChangeLog +++ b/dev-dotnet/gnome-keyring-sharp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/gnome-keyring-sharp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v 1.8 2011/01/29 15:48:57 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v 1.9 2011/01/29 17:04:48 hwoarang Exp $ + + 29 Jan 2011; Markos Chandras <hwoarang@gentoo.org> + gnome-keyring-sharp-1.0.2.ebuild: + Stable on amd64 wrt bug #352808 29 Jan 2011; Christian Faulhammer <fauli@gentoo.org> gnome-keyring-sharp-1.0.2.ebuild: diff --git a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2.ebuild b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2.ebuild index 4cf7e81be626..714e2c770723 100644 --- a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2.ebuild +++ b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2.ebuild,v 1.2 2011/01/29 15:48:57 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2.ebuild,v 1.3 2011/01/29 17:04:48 hwoarang Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://www.go-mono.com/archive/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="doc" RDEPEND=">=dev-lang/mono-2.0 |