diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-12 18:28:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-12 18:28:58 +0000 |
commit | 831b9cee11f237482ea11e0e25c916b78ba59d6e (patch) | |
tree | b7c242ab0bfa2518e355759d8a6760844e2e817a /sci-biology | |
parent | sci-biology/primer3: Fix buildsystem patch to respect RANLIB, #447026 (diff) | |
download | gentoo-2-831b9cee11f237482ea11e0e25c916b78ba59d6e.tar.gz gentoo-2-831b9cee11f237482ea11e0e25c916b78ba59d6e.tar.bz2 gentoo-2-831b9cee11f237482ea11e0e25c916b78ba59d6e.zip |
Stable for amd64, wrt bug #446992
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/primer3/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/primer3/primer3-2.3.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-biology/primer3/ChangeLog b/sci-biology/primer3/ChangeLog index 808daff611cc..0b8a9cbf3512 100644 --- a/sci-biology/primer3/ChangeLog +++ b/sci-biology/primer3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/primer3 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/ChangeLog,v 1.35 2012/12/12 18:27:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/ChangeLog,v 1.36 2012/12/12 18:28:58 ago Exp $ + + 12 Dec 2012; Agostino Sarubbo <ago@gentoo.org> primer3-2.3.1.ebuild: + Stable for amd64, wrt bug #446992 12 Dec 2012; Justin Lecher <jlec@gentoo.org> files/primer3-2.3.4-buildsystem.patch: @@ -164,4 +167,3 @@ primer3-0.9.ebuild, metadata.xml : Initial import. Ebuild submitted by Olivier Fisette <ribosome@gentoo.org>. Reference: Gentoo Bugzilla, bug #54036 - diff --git a/sci-biology/primer3/primer3-2.3.1.ebuild b/sci-biology/primer3/primer3-2.3.1.ebuild index 590d4105ac07..6ecaa79ea2e0 100644 --- a/sci-biology/primer3/primer3-2.3.1.ebuild +++ b/sci-biology/primer3/primer3-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/primer3-2.3.1.ebuild,v 1.2 2012/12/12 13:10:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/primer3-2.3.1.ebuild,v 1.3 2012/12/12 18:28:58 ago Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" IUSE="" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" DEPEND="dev-lang/perl" RDEPEND="" |