aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-01 11:11:38 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-01 11:11:38 +0100
commitd278f615110371626a79ce731cdfb4903fce4417 (patch)
tree56870a5714c464a1f5728fc7e10b75217489b911
parentsci-biology/beaglecall: EAPI bump, fix compile, add keywords (diff)
downloadsci-d278f615.tar.gz
sci-d278f615.tar.bz2
sci-d278f615.zip
sci-biology/biobambam2: add keyword
works for me :D Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-biology/biobambam2/biobambam2-2.0.146.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-biology/biobambam2/biobambam2-2.0.146.ebuild b/sci-biology/biobambam2/biobambam2-2.0.146.ebuild
index fc92d9f84..4b1a7873d 100644
--- a/sci-biology/biobambam2/biobambam2-2.0.146.ebuild
+++ b/sci-biology/biobambam2/biobambam2-2.0.146.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,14 +8,12 @@ inherit autotools
release_data="20191030105216"
DESCRIPTION="Tools for bam file processing (libmaus2)"
-HOMEPAGE="https://gitlab.com/german.tischler/biobambam2
- https://github.com/gt1/biobambam2"
+HOMEPAGE="https://gitlab.com/german.tischler/biobambam2"
SRC_URI="https://gitlab.com/german.tischler/${PN}/-/archive/${PV}-release-${release_data}/${P}-release-${release_data}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3 MIT"
SLOT="0"
-KEYWORDS=""
-IUSE=""
+KEYWORDS="~amd64"
DEPEND="sci-libs/libmaus2"
RDEPEND="${DEPEND}"