diff options
author | Richard Freeman <rich0@gentoo.org> | 2008-01-29 16:26:44 +0000 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2008-01-29 16:26:44 +0000 |
commit | 9de7a3acdbb932cb115c67c030e248a8f37cfce9 (patch) | |
tree | 4c202227669d65fccb94f694044d69c51afbdbbf /net-p2p/sancho-bin | |
parent | alpha/ia64/sparc stable wrt #207634 (diff) | |
download | gentoo-2-9de7a3acdbb932cb115c67c030e248a8f37cfce9.tar.gz gentoo-2-9de7a3acdbb932cb115c67c030e248a8f37cfce9.tar.bz2 gentoo-2-9de7a3acdbb932cb115c67c030e248a8f37cfce9.zip |
keyword ~amd64 - bug 198116
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-p2p/sancho-bin')
-rw-r--r-- | net-p2p/sancho-bin/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog index 8892a816ea52..6f7e81d8bd77 100644 --- a/net-p2p/sancho-bin/ChangeLog +++ b/net-p2p/sancho-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/sancho-bin -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.45 2007/12/31 03:44:32 mabi Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.46 2008/01/29 16:26:44 rich0 Exp $ + + 29 Jan 2008; Richard Freeman <rich0@gentoo.org> + sancho-bin-0.9.4.58-r1.ebuild: + keyword ~amd64 - bug 198116 31 Dec 2007; Matti Bickel <mabi@gentoo.org> sancho-bin-0.9.4.58-r1.ebuild: marked ~ppc on user request (bug #198116), be careful USE='-java' is diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild index dfc079bb1b9a..795f484c681b 100644 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild,v 1.4 2007/12/31 03:44:32 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild,v 1.5 2008/01/29 16:26:44 rich0 Exp $ inherit eutils @@ -20,7 +20,7 @@ SRC_URI=" RESTRICT="strip" # In order to keyword ~ppc, 'java' should be package.use.force'd -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" SLOT="0" LICENSE="CPL-1.0 LGPL-2.1" IUSE="java" |