diff options
author | Luis Medinas <metalgod@gentoo.org> | 2007-08-01 03:09:54 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2007-08-01 03:09:54 +0000 |
commit | b2a605830270568c6bde7cacca4c35be4af3b4d4 (patch) | |
tree | 4657924ae4068c2f682fe9396fbe391cfe780097 /dev-dotnet/mono-fuse/mono-fuse-0.4.1.ebuild | |
parent | Added ~amd64 keyword. Closes bug #186133 (diff) | |
download | historical-b2a605830270568c6bde7cacca4c35be4af3b4d4.tar.gz historical-b2a605830270568c6bde7cacca4c35be4af3b4d4.tar.bz2 historical-b2a605830270568c6bde7cacca4c35be4af3b4d4.zip |
Added ~amd64 keyword. Closes bug #186135
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'dev-dotnet/mono-fuse/mono-fuse-0.4.1.ebuild')
-rw-r--r-- | dev-dotnet/mono-fuse/mono-fuse-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/mono-fuse/mono-fuse-0.4.1.ebuild b/dev-dotnet/mono-fuse/mono-fuse-0.4.1.ebuild index 00a0bb01c3f0..536fa79f3cb0 100644 --- a/dev-dotnet/mono-fuse/mono-fuse-0.4.1.ebuild +++ b/dev-dotnet/mono-fuse/mono-fuse-0.4.1.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/mono-fuse/mono-fuse-0.4.1.ebuild,v 1.1 2007/06/29 21:23:42 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-fuse/mono-fuse-0.4.1.ebuild,v 1.2 2007/08/01 03:09:54 metalgod Exp $ inherit autotools mono @@ -10,7 +10,7 @@ SRC_URI="http://www.jprl.com/Projects/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="examples" DEPEND=">=dev-lang/mono-1.1.13 |