summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-02-01 21:47:38 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-02-01 21:47:38 +0000
commite3444db20ef439fbd1f6c623141a83ee0d99ac47 (patch)
tree0e3543f680dfb82972328d63ddb3796212c5679d /dev-dotnet/nini
parentremoved --without-system-nspr (diff)
downloadgentoo-2-e3444db20ef439fbd1f6c623141a83ee0d99ac47.tar.gz
gentoo-2-e3444db20ef439fbd1f6c623141a83ee0d99ac47.tar.bz2
gentoo-2-e3444db20ef439fbd1f6c623141a83ee0d99ac47.zip
Added ~amd64 keyword. Closes bug #121115.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-dotnet/nini')
-rw-r--r--dev-dotnet/nini/ChangeLog7
-rw-r--r--dev-dotnet/nini/nini-1.0.0-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-dotnet/nini/ChangeLog b/dev-dotnet/nini/ChangeLog
index 67a4bcc7ec89..8f3db2c81fde 100644
--- a/dev-dotnet/nini/ChangeLog
+++ b/dev-dotnet/nini/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-dotnet/nini
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nini/ChangeLog,v 1.2 2005/11/17 06:12:41 compnerd Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nini/ChangeLog,v 1.3 2006/02/01 21:47:38 metalgod Exp $
+
+ 01 Feb 2006; Luis Medinas <metalgod@gentoo.org> nini-1.0.0-r1.ebuild:
+ Added ~amd64 keyword. Closes bug #121115.
*nini-1.0.0-r1 (17 Nov 2005)
diff --git a/dev-dotnet/nini/nini-1.0.0-r1.ebuild b/dev-dotnet/nini/nini-1.0.0-r1.ebuild
index ceab98e2a3e8..b907b5665c7a 100644
--- a/dev-dotnet/nini/nini-1.0.0-r1.ebuild
+++ b/dev-dotnet/nini/nini-1.0.0-r1.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/nini/nini-1.0.0-r1.ebuild,v 1.1 2005/11/17 06:12:41 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nini/nini-1.0.0-r1.ebuild,v 1.2 2006/02/01 21:47:38 metalgod Exp $
inherit mono multilib
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/nini/Nini-${PV}.zip"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="debug"
RDEPEND=">=dev-lang/mono-1.1.8"