Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/biobambam2/
Date: Mon, 01 Feb 2021 10:11:53
Message-Id: 1612174298.d278f615110371626a79ce731cdfb4903fce4417.andrewammerlaan@gentoo
1 commit: d278f615110371626a79ce731cdfb4903fce4417
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Feb 1 10:11:38 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Feb 1 10:11:38 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d278f615
7
8 sci-biology/biobambam2: add keyword
9
10 works for me :D
11
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
14
15 sci-biology/biobambam2/biobambam2-2.0.146.ebuild | 8 +++-----
16 1 file changed, 3 insertions(+), 5 deletions(-)
17
18 diff --git a/sci-biology/biobambam2/biobambam2-2.0.146.ebuild b/sci-biology/biobambam2/biobambam2-2.0.146.ebuild
19 index fc92d9f84..4b1a7873d 100644
20 --- a/sci-biology/biobambam2/biobambam2-2.0.146.ebuild
21 +++ b/sci-biology/biobambam2/biobambam2-2.0.146.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -8,14 +8,12 @@ inherit autotools
29 release_data="20191030105216"
30
31 DESCRIPTION="Tools for bam file processing (libmaus2)"
32 -HOMEPAGE="https://gitlab.com/german.tischler/biobambam2
33 - https://github.com/gt1/biobambam2"
34 +HOMEPAGE="https://gitlab.com/german.tischler/biobambam2"
35 SRC_URI="https://gitlab.com/german.tischler/${PN}/-/archive/${PV}-release-${release_data}/${P}-release-${release_data}.tar.gz -> ${P}.tar.gz"
36
37 LICENSE="GPL-3 MIT"
38 SLOT="0"
39 -KEYWORDS=""
40 -IUSE=""
41 +KEYWORDS="~amd64"
42
43 DEPEND="sci-libs/libmaus2"
44 RDEPEND="${DEPEND}"