summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Brannon <cbrannon@gentoo.org>2011-05-16 12:23:15 +0000
committerChristopher Brannon <cbrannon@gentoo.org>2011-05-16 12:23:15 +0000
commit5aaa81b6d265c4a434622232f00bdb99d0b1be4c (patch)
treec2f80da42c7875c2e8ae21149a786215625e799b /app-accessibility/edbrowse
parentPulseAudio master now requires json-c. (diff)
downloadgentoo-2-5aaa81b6d265c4a434622232f00bdb99d0b1be4c.tar.gz
gentoo-2-5aaa81b6d265c4a434622232f00bdb99d0b1be4c.tar.bz2
gentoo-2-5aaa81b6d265c4a434622232f00bdb99d0b1be4c.zip
Added ~amd64 keyword.
Builds and runs on amd64. (Portage version: 2.1.9.47/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/edbrowse')
-rw-r--r--app-accessibility/edbrowse/ChangeLog7
-rw-r--r--app-accessibility/edbrowse/edbrowse-3.4.7.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/app-accessibility/edbrowse/ChangeLog b/app-accessibility/edbrowse/ChangeLog
index a19406408667..24cad7f61289 100644
--- a/app-accessibility/edbrowse/ChangeLog
+++ b/app-accessibility/edbrowse/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-accessibility/edbrowse
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/edbrowse/ChangeLog,v 1.4 2011/04/11 19:09:41 cbrannon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/edbrowse/ChangeLog,v 1.5 2011/05/16 12:23:15 cbrannon Exp $
+
+ 16 May 2011; Christopher Brannon <cbrannon@gentoo.org> edbrowse-3.4.7.ebuild:
+ Added ~amd64 keyword.
+
+ This package builds and runs on amd64.
*edbrowse-3.4.7 (11 Apr 2011)
diff --git a/app-accessibility/edbrowse/edbrowse-3.4.7.ebuild b/app-accessibility/edbrowse/edbrowse-3.4.7.ebuild
index c108d51ae5fc..dd1f3fb19ed5 100644
--- a/app-accessibility/edbrowse/edbrowse-3.4.7.ebuild
+++ b/app-accessibility/edbrowse/edbrowse-3.4.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/edbrowse/edbrowse-3.4.7.ebuild,v 1.1 2011/04/11 19:09:41 cbrannon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/edbrowse/edbrowse-3.4.7.ebuild,v 1.2 2011/05/16 12:23:15 cbrannon Exp $
EAPI="4"
inherit eutils
@@ -10,7 +10,7 @@ HOMEPAGE="http://the-brannons.com/edbrowse/"
SRC_URI="http://the-brannons.com/${PN}/${P}.zip"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="linguas_fr odbc"
COMMON_DEPEND="dev-lang/spidermonkey
>=sys-libs/readline-6.0