diff options
author | 2006-02-01 21:47:38 +0000 | |
---|---|---|
committer | 2006-02-01 21:47:38 +0000 | |
commit | e3444db20ef439fbd1f6c623141a83ee0d99ac47 (patch) | |
tree | 0e3543f680dfb82972328d63ddb3796212c5679d /dev-dotnet/nini/nini-1.0.0-r1.ebuild | |
parent | removed --without-system-nspr (diff) | |
download | gentoo-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/nini-1.0.0-r1.ebuild')
-rw-r--r-- | dev-dotnet/nini/nini-1.0.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |