Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/emboss/
Date: Mon, 06 Feb 2017 21:27:28
Message-Id: 1486416346.06033e6b1c4f28f88b1135fa26de456bb7ddf22f.soap@gentoo
1 commit: 06033e6b1c4f28f88b1135fa26de456bb7ddf22f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 20:48:01 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 21:25:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06033e6b
7
8 sci-biology/emboss: Remove ppc from KEYWORDS
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3856
12
13 sci-biology/emboss/emboss-6.6.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-biology/emboss/emboss-6.6.0.ebuild b/sci-biology/emboss/emboss-6.6.0.ebuild
17 index 53f101f..8b1d211 100644
18 --- a/sci-biology/emboss/emboss-6.6.0.ebuild
19 +++ b/sci-biology/emboss/emboss-6.6.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -11,7 +11,7 @@ inherit autotools-utils emboss-r1 eutils readme.gentoo-r1
27 DESCRIPTION="The European Molecular Biology Open Software Suite - A sequence analysis package"
28 SRC_URI="ftp://emboss.open-bio.org/pub/EMBOSS/EMBOSS-${PV}.tar.gz"
29
30 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
31 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
32 IUSE+=" minimal"
33 LICENSE+=" Apache-2.0 GPL-3+ CC-BY-3.0"