diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-05-27 10:14:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-05-27 10:14:23 +0000 |
commit | 6fb97bf09d395fe5cfff6f48c02b87ba087aa327 (patch) | |
tree | 1965ad2dd9814d793d425a1357d5194172455ce8 /sci-biology | |
parent | Fix up work dir (diff) | |
download | gentoo-2-6fb97bf09d395fe5cfff6f48c02b87ba087aa327.tar.gz gentoo-2-6fb97bf09d395fe5cfff6f48c02b87ba087aa327.tar.bz2 gentoo-2-6fb97bf09d395fe5cfff6f48c02b87ba087aa327.zip |
Stable for amd64, wrt bug #539426
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/bioperl-run/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/bioperl-run/bioperl-run-1.6.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/bioperl-run/ChangeLog b/sci-biology/bioperl-run/ChangeLog index 4c6fd9ed631c..e3cb982136d2 100644 --- a/sci-biology/bioperl-run/ChangeLog +++ b/sci-biology/bioperl-run/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/bioperl-run # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl-run/ChangeLog,v 1.26 2015/04/26 16:10:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl-run/ChangeLog,v 1.27 2015/05/27 10:14:23 ago Exp $ + + 27 May 2015; Agostino Sarubbo <ago@gentoo.org> bioperl-run-1.6.9.ebuild: + Stable for amd64, wrt bug #539426 26 Apr 2015; Pacho Ramos <pacho@gentoo.org> bioperl-run-1.6.9.ebuild: x86 stable wrt bug #539426 diff --git a/sci-biology/bioperl-run/bioperl-run-1.6.9.ebuild b/sci-biology/bioperl-run/bioperl-run-1.6.9.ebuild index e512f0666d98..afe153d8d8dd 100644 --- a/sci-biology/bioperl-run/bioperl-run-1.6.9.ebuild +++ b/sci-biology/bioperl-run/bioperl-run-1.6.9.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/sci-biology/bioperl-run/bioperl-run-1.6.9.ebuild,v 1.3 2015/04/26 16:10:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl-run/bioperl-run-1.6.9.ebuild,v 1.4 2015/05/27 10:14:23 ago Exp $ EAPI="5" @@ -15,7 +15,7 @@ DESCRIPTION="Perl tools for bioinformatics - Wrapper modules around key bioinfor HOMEPAGE="http://www.bioperl.org/" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="-minimal test" #SRC_TEST="do" |