diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-11-21 15:01:22 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-11-21 15:01:22 +0000 |
commit | 3a36126a412c302818310b2062e93a584399eb1e (patch) | |
tree | aae367e55d8cb08c6619bc236e1753ff5ad7fee2 /x11-apps/amlc | |
parent | x86 stable, bug #199815 (diff) | |
download | gentoo-2-3a36126a412c302818310b2062e93a584399eb1e.tar.gz gentoo-2-3a36126a412c302818310b2062e93a584399eb1e.tar.bz2 gentoo-2-3a36126a412c302818310b2062e93a584399eb1e.zip |
Keyword ~amd64.
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-apps/amlc')
-rw-r--r-- | x11-apps/amlc/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/amlc/amlc-0.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/amlc/ChangeLog b/x11-apps/amlc/ChangeLog index 89faf20140a4..b626f488f39c 100644 --- a/x11-apps/amlc/ChangeLog +++ b/x11-apps/amlc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/amlc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/ChangeLog,v 1.3 2007/07/14 19:54:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/ChangeLog,v 1.4 2007/11/21 15:01:22 drac Exp $ + + 21 Nov 2007; Samuli Suominen <drac@gentoo.org> amlc-0.5.1.ebuild: + Keyword ~amd64. 14 Jul 2007; Raúl Porcel <armin76@gentoo.org> amlc-0.5.1.ebuild: x86 stable diff --git a/x11-apps/amlc/amlc-0.5.1.ebuild b/x11-apps/amlc/amlc-0.5.1.ebuild index 12c2552c66f5..c0505c45e45d 100644 --- a/x11-apps/amlc/amlc-0.5.1.ebuild +++ b/x11-apps/amlc/amlc-0.5.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/x11-apps/amlc/amlc-0.5.1.ebuild,v 1.3 2007/07/14 19:54:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild,v 1.4 2007/11/21 15:01:22 drac Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://amlc.berlios.de/src/${P}.cpp" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" S="${WORKDIR}" |