diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-19 12:22:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-19 12:22:33 +0000 |
commit | 81fe837ead2a46634901cf855ae370c07014ab83 (patch) | |
tree | bf81149f39df27042320d9bc967c4e3d373ee5e3 /dev-lang/ispc | |
parent | Remove old (diff) | |
download | gentoo-2-81fe837ead2a46634901cf855ae370c07014ab83.tar.gz gentoo-2-81fe837ead2a46634901cf855ae370c07014ab83.tar.bz2 gentoo-2-81fe837ead2a46634901cf855ae370c07014ab83.zip |
Add ~amd64
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ispc')
-rw-r--r-- | dev-lang/ispc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ispc/ispc-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog index 68025d78b3e5..0b6a44c29edc 100644 --- a/dev-lang/ispc/ChangeLog +++ b/dev-lang/ispc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ispc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.2 2012/06/17 02:47:26 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.3 2012/06/19 12:22:33 ago Exp $ + + 19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> ispc-1.2.2.ebuild: + Add ~amd64 17 Jun 2012; Christoph Junghans <ottxor@gentoo.org> ispc-1.2.2.ebuild: fixed redundant license (bug #421401) diff --git a/dev-lang/ispc/ispc-1.2.2.ebuild b/dev-lang/ispc/ispc-1.2.2.ebuild index f4c6bd086822..456c1ed8a4dc 100644 --- a/dev-lang/ispc/ispc-1.2.2.ebuild +++ b/dev-lang/ispc/ispc-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.2.2.ebuild,v 1.2 2012/06/17 02:47:26 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.2.2.ebuild,v 1.3 2012/06/19 12:22:33 ago Exp $ EAPI=4 GITHUB_ID="2c75ac1" @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${PN}-${GITHUB_ID}" LICENSE="BSD BSD-2 UoI-NCSA" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="examples" RDEPEND=" |