summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-11-09 18:31:36 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-11-09 18:31:36 +0000
commitcd25278f8849f9c6c5ca36c27c7c47f03ac9b507 (patch)
tree813d655d4fe565c06c213bce02ee07ad0448dcaa /dev-ml
parentDrop version-specific boost access (leverages boost-1.52.0-r1 which uses syst... (diff)
downloadgentoo-2-cd25278f8849f9c6c5ca36c27c7c47f03ac9b507.tar.gz
gentoo-2-cd25278f8849f9c6c5ca36c27c7c47f03ac9b507.tar.bz2
gentoo-2-cd25278f8849f9c6c5ca36c27c7c47f03ac9b507.zip
Add ~amd64, wrt bug #442118
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/xstr/ChangeLog7
-rw-r--r--dev-ml/xstr/xstr-0.2.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/xstr/ChangeLog b/dev-ml/xstr/ChangeLog
index 0bc11a7bac85..e66c2b471f65 100644
--- a/dev-ml/xstr/ChangeLog
+++ b/dev-ml/xstr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/xstr
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/ChangeLog,v 1.2 2007/02/09 02:53:04 flameeyes Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/ChangeLog,v 1.3 2012/11/09 18:31:36 ago Exp $
+
+ 09 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xstr-0.2.1.ebuild:
+ Add ~amd64, wrt bug #442118
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/dev-ml/xstr/xstr-0.2.1.ebuild b/dev-ml/xstr/xstr-0.2.1.ebuild
index 712b4224a4b4..75d9c817ea68 100644
--- a/dev-ml/xstr/xstr-0.2.1.ebuild
+++ b/dev-ml/xstr/xstr-0.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild,v 1.2 2005/03/19 01:09:58 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild,v 1.3 2012/11/09 18:31:36 ago Exp $
inherit findlib
@@ -13,7 +13,7 @@ SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="$DEPEND"
-KEYWORDS="x86 ppc"
+KEYWORDS="~amd64 ppc x86"
S="${WORKDIR}/${PN}"
src_compile()