summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-04-19 11:28:43 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-04-19 11:28:43 +0000
commit83c69a9a913ebe5025f8b38b2f4ff3a26a4ffe75 (patch)
tree78516bc174bab7aced9edbdb9595d8c9602668ef /dev-libs
parentVersion bump. Remove old. Update Homepage. (diff)
downloadgentoo-2-83c69a9a913ebe5025f8b38b2f4ff3a26a4ffe75.tar.gz
gentoo-2-83c69a9a913ebe5025f8b38b2f4ff3a26a4ffe75.tar.bz2
gentoo-2-83c69a9a913ebe5025f8b38b2f4ff3a26a4ffe75.zip
Keyword ~ppc and ~ppc64. Bug #498686.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/marisa/ChangeLog5
-rw-r--r--dev-libs/marisa/marisa-0.2.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/marisa/ChangeLog b/dev-libs/marisa/ChangeLog
index bb2f5d128952..e80b3d8ee7e3 100644
--- a/dev-libs/marisa/ChangeLog
+++ b/dev-libs/marisa/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/marisa
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/marisa/ChangeLog,v 1.4 2015/03/03 06:37:21 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/marisa/ChangeLog,v 1.5 2015/04/19 11:28:43 blueness Exp $
+
+ 19 Apr 2015; Anthony G. Basile <blueness@gentoo.org> marisa-0.2.4.ebuild:
+ Keyword ~ppc and ~ppc64. Bug #498686.
02 Mar 2015; Yixun Lan <dlan@gentoo.org> marisa-0.2.4.ebuild:
add arm64 support, tested on A53 board
diff --git a/dev-libs/marisa/marisa-0.2.4.ebuild b/dev-libs/marisa/marisa-0.2.4.ebuild
index 9cec01e0a91f..e291341c7476 100644
--- a/dev-libs/marisa/marisa-0.2.4.ebuild
+++ b/dev-libs/marisa/marisa-0.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/marisa/marisa-0.2.4.ebuild,v 1.4 2015/03/03 06:37:21 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/marisa/marisa-0.2.4.ebuild,v 1.5 2015/04/19 11:28:43 blueness Exp $
EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="https://marisa-trie.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
IUSE="python doc static-libs cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_sse4a cpu_flags_x86_popcnt"
DEPEND="python? ( dev-lang/swig ${PYTHON_DEPS} )"