diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-03-20 00:47:46 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-03-20 00:47:46 +0000 |
commit | d9ff420cdc79b8cad38b118e68060d69d66a3eac (patch) | |
tree | 6ce20a424eb6239255bd8292ee6f2abcf4dafdc1 /dev-dotnet | |
parent | Added ~amd64 keyword. (diff) | |
download | gentoo-2-d9ff420cdc79b8cad38b118e68060d69d66a3eac.tar.gz gentoo-2-d9ff420cdc79b8cad38b118e68060d69d66a3eac.tar.bz2 gentoo-2-d9ff420cdc79b8cad38b118e68060d69d66a3eac.zip |
Added ~amd64 keyword. Closes bug #124194.
(Portage version: 2.1_pre6-r4)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/db4o/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/db4o/db4o-5.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-dotnet/db4o/ChangeLog b/dev-dotnet/db4o/ChangeLog index 1792d1752761..4f595c79f62f 100644 --- a/dev-dotnet/db4o/ChangeLog +++ b/dev-dotnet/db4o/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/db4o -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/db4o/ChangeLog,v 1.3 2005/12/19 06:09:42 latexer Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/db4o/ChangeLog,v 1.4 2006/03/20 00:47:46 metalgod Exp $ + + 20 Mar 2006; Luis Medinas <metalgod@gentoo.org> db4o-5.0.ebuild: + Added ~amd64 keyword. Closes bug #124194. 19 Dec 2005; Peter Johanson <latexer@gentoo.org> db4o-5.0.ebuild: Forgot to add the patch, then found the patch was big enough to put on diff --git a/dev-dotnet/db4o/db4o-5.0.ebuild b/dev-dotnet/db4o/db4o-5.0.ebuild index 85e3ab3c2464..dea8829e34aa 100644 --- a/dev-dotnet/db4o/db4o-5.0.ebuild +++ b/dev-dotnet/db4o/db4o-5.0.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/db4o/db4o-5.0.ebuild,v 1.2 2005/12/19 06:09:42 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/db4o/db4o-5.0.ebuild,v 1.3 2006/03/20 00:47:46 metalgod Exp $ inherit mono multilib eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.db4o.com/downloads/${P}-mono.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-lang/mono" |