summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-11-18 19:37:08 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-11-18 19:37:08 +0000
commitf8592e5bd9388c12e0189735d4399d257964b192 (patch)
tree8e48809d576219715a23bcd3dac3488b310abc96 /dev-util/btyacc
parentRevbump for added support for LTO via USE=lto. This requires LLVM to be inst... (diff)
downloadgentoo-2-f8592e5bd9388c12e0189735d4399d257964b192.tar.gz
gentoo-2-f8592e5bd9388c12e0189735d4399d257964b192.tar.bz2
gentoo-2-f8592e5bd9388c12e0189735d4399d257964b192.zip
Adding ~amd64 keyword
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/btyacc')
-rw-r--r--dev-util/btyacc/ChangeLog5
-rw-r--r--dev-util/btyacc/btyacc-3.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/btyacc/ChangeLog b/dev-util/btyacc/ChangeLog
index 8a1096212c58..27e4f6da0cd1 100644
--- a/dev-util/btyacc/ChangeLog
+++ b/dev-util/btyacc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/btyacc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v 1.12 2010/02/21 01:10:04 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v 1.13 2010/11/18 19:37:08 patrick Exp $
+
+ 18 Nov 2010; Patrick Lauer <patrick@gentoo.org> btyacc-3.0-r1.ebuild:
+ Adding ~amd64 keyword
21 Feb 2010; Jonathan Callen <abcd@gentoo.org> btyacc-3.0-r1.ebuild:
Transfer prefix keywords, add fix for Darwin
diff --git a/dev-util/btyacc/btyacc-3.0-r1.ebuild b/dev-util/btyacc/btyacc-3.0-r1.ebuild
index 842fc48c9633..abd3f755a21d 100644
--- a/dev-util/btyacc/btyacc-3.0-r1.ebuild
+++ b/dev-util/btyacc/btyacc-3.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0-r1.ebuild,v 1.2 2010/02/21 01:10:04 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0-r1.ebuild,v 1.3 2010/11/18 19:37:08 patrick Exp $
EAPI="2"
@@ -14,7 +14,7 @@ SRC_URI="http://www.siber.com/btyacc/${MY_P}.tar.gz"
LICENSE="freedist"
SLOT="0"
-KEYWORDS="~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
S="${WORKDIR}"