diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-01-03 18:49:46 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-01-03 18:49:46 +0000 |
commit | 9b874a3ac9d90b66bd4c3fc976b130b8767ef512 (patch) | |
tree | 745da3594337deadab09112512e0aacac0a5e4d4 /dev-dotnet/njb-sharp | |
parent | Stable on sparc wrt #117616 (diff) | |
download | historical-9b874a3ac9d90b66bd4c3fc976b130b8767ef512.tar.gz historical-9b874a3ac9d90b66bd4c3fc976b130b8767ef512.tar.bz2 historical-9b874a3ac9d90b66bd4c3fc976b130b8767ef512.zip |
Added ~amd64 keyword.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-dotnet/njb-sharp')
-rw-r--r-- | dev-dotnet/njb-sharp/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/njb-sharp/Manifest | 14 | ||||
-rw-r--r-- | dev-dotnet/njb-sharp/njb-sharp-0.2.2.ebuild | 6 |
3 files changed, 10 insertions, 17 deletions
diff --git a/dev-dotnet/njb-sharp/ChangeLog b/dev-dotnet/njb-sharp/ChangeLog index d84c13aa7e3f..9e2ddf6eade6 100644 --- a/dev-dotnet/njb-sharp/ChangeLog +++ b/dev-dotnet/njb-sharp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/njb-sharp -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/njb-sharp/ChangeLog,v 1.2 2005/12/25 22:32:16 chainsaw Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/njb-sharp/ChangeLog,v 1.3 2006/01/03 18:49:46 metalgod Exp $ + + 03 Jan 2006; Luis Medinas <metalgod@gentoo.org> njb-sharp-0.2.2.ebuild: + Added ~amd64 keyword. 25 Dec 2005; <chainsaw@gentoo.org> njb-sharp-0.2.2.ebuild: Depend on libnjb 2.2.4 or newer, older versions will not work. Closes bug diff --git a/dev-dotnet/njb-sharp/Manifest b/dev-dotnet/njb-sharp/Manifest index 0839b3c97dc3..d087d0e43dc5 100644 --- a/dev-dotnet/njb-sharp/Manifest +++ b/dev-dotnet/njb-sharp/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 37e2bca127e97333f18ae73b571870dc ChangeLog 551 +MD5 ebef5a93495b1560792f1db324390b17 ChangeLog 650 MD5 3abbda3f5241e0c6fffd9456041a1e9a files/digest-njb-sharp-0.2.2 67 MD5 46261388ca1ae057f1d8590a23834c49 metadata.xml 294 -MD5 66c2779bb1a5c01f628c7e0f11b1cd22 njb-sharp-0.2.2.ebuild 900 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) - -iD8DBQFDrx4Wp5vW4rUFj5oRAq9yAJ9G6JexEti+p56ZiCUEaL9+zuHRLQCffPZY -vqCNAwPQomulZY96kg6QBts= -=Vdrh ------END PGP SIGNATURE----- +MD5 5bfbe38676c9c5a8a929727d6594bec8 njb-sharp-0.2.2.ebuild 907 diff --git a/dev-dotnet/njb-sharp/njb-sharp-0.2.2.ebuild b/dev-dotnet/njb-sharp/njb-sharp-0.2.2.ebuild index 741a54d76397..e033bc02c42a 100644 --- a/dev-dotnet/njb-sharp/njb-sharp-0.2.2.ebuild +++ b/dev-dotnet/njb-sharp/njb-sharp-0.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/njb-sharp/njb-sharp-0.2.2.ebuild,v 1.2 2005/12/25 22:32:16 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/njb-sharp/njb-sharp-0.2.2.ebuild,v 1.3 2006/01/03 18:49:46 metalgod Exp $ inherit mono @@ -10,7 +10,7 @@ SRC_URI="http://banshee-project.org/files/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-lang/mono-1.1.10 |