diff options
-rw-r--r-- | dev-dotnet/monouml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-dotnet/monouml/monouml-0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-dotnet/monouml/ChangeLog b/dev-dotnet/monouml/ChangeLog index c6ca42a3f83a..eef3b530439d 100644 --- a/dev-dotnet/monouml/ChangeLog +++ b/dev-dotnet/monouml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/monouml # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/ChangeLog,v 1.1 2007/06/24 19:22:57 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/ChangeLog,v 1.2 2007/06/25 19:18:50 jurek Exp $ + + 25 Jun 2007; Jurek Bartuszek <jurek@gentoo.org> monouml-0.1.ebuild: + Added ~amd64 keyword (fixing bug #183108) *monouml-0.1 (24 Jun 2007) diff --git a/dev-dotnet/monouml/monouml-0.1.ebuild b/dev-dotnet/monouml/monouml-0.1.ebuild index a15ae3243901..f1734c9e6370 100644 --- a/dev-dotnet/monouml/monouml-0.1.ebuild +++ b/dev-dotnet/monouml/monouml-0.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/monouml/monouml-0.1.ebuild,v 1.1 2007/06/24 19:22:57 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/monouml-0.1.ebuild,v 1.2 2007/06/25 19:18:50 jurek Exp $ inherit mono eutils @@ -19,7 +19,7 @@ DEPEND=">=dev-lang/mono-1.1.4 >=dev-dotnet/gtk-sharp-1.9.2 app-arch/unzip" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" SLOT="0" src_unpack() { |