diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-09-21 19:22:15 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-09-21 19:22:15 +0000 |
commit | 055d19bf53ab365e3016ce3f4db3de6646b3ffbb (patch) | |
tree | 75052589ca4ab59400d8d51bb4d041bd08b8f172 /sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild | |
parent | Stable on amd64. Bug #332501 (diff) | |
download | gentoo-2-055d19bf53ab365e3016ce3f4db3de6646b3ffbb.tar.gz gentoo-2-055d19bf53ab365e3016ce3f4db3de6646b3ffbb.tar.bz2 gentoo-2-055d19bf53ab365e3016ce3f4db3de6646b3ffbb.zip |
Keyworded for ~-linux, corrected SRC_URI
(Portage version: 2.2_rc85/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild')
-rw-r--r-- | sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild b/sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild index 88dbe7db3d75..d7f1016a6597 100644 --- a/sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild +++ b/sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild,v 1.1 2010/09/21 13:09:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccpn-data/ccpn-data-2.1.5.ebuild,v 1.2 2010/09/21 19:22:15 jlec Exp $ EAPI="3" inherit portability versionator -MY_PN="${PN}mr" +MY_PN="${PN/-data}mr" MY_PV="$(replace_version_separator 3 _ ${PV%%_p*})" DESCRIPTION="The Collaborative Computing Project for NMR - Data" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.ccpn.ac.uk/ccpn" SRC_URI="http://www.bio.cam.ac.uk/ccpn/download/${MY_PN}/analysis${MY_PV}.tar.gz" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="CCPN" IUSE="" |