diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-12-01 20:43:48 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-12-01 20:43:48 +0000 |
commit | 1c4dc2eb6d52a56a7c63eddcd7a0743460ec9239 (patch) | |
tree | e0aa16549ce3d55cf9ed3cfd588f7312de985e6c | |
parent | Added ~amd64 keyword. Bug #113966. (diff) | |
download | gentoo-2-1c4dc2eb6d52a56a7c63eddcd7a0743460ec9239.tar.gz gentoo-2-1c4dc2eb6d52a56a7c63eddcd7a0743460ec9239.tar.bz2 gentoo-2-1c4dc2eb6d52a56a7c63eddcd7a0743460ec9239.zip |
Added ~amd64 keyword. Closes bug #114143.
(Portage version: 2.0.53_rc7)
-rw-r--r-- | x11-plugins/wmlaptop/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmlaptop/wmlaptop-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/wmlaptop/ChangeLog b/x11-plugins/wmlaptop/ChangeLog index 8d76bcfb26fd..119bdfca21c6 100644 --- a/x11-plugins/wmlaptop/ChangeLog +++ b/x11-plugins/wmlaptop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmlaptop # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/ChangeLog,v 1.3 2005/04/28 20:36:41 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/ChangeLog,v 1.4 2005/12/01 20:43:48 metalgod Exp $ + + 01 Dec 2005; Luis Medinas <metalgod@gentoo.org> wmlaptop-1.3.ebuild: + Added ~amd64 keyword. Closes bug #114143. 28 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> wmlaptop-1.3.ebuild: diff --git a/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild b/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild index af498d72efdd..bbe68768dc4a 100644 --- a/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild +++ b/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild,v 1.3 2005/04/28 20:36:41 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild,v 1.4 2005/12/01 20:43:48 metalgod Exp $ IUSE="" @@ -16,7 +16,7 @@ RDEPEND="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" +KEYWORDS="~amd64 ~ppc x86" src_compile() { cd ${S} |