diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-10-24 08:35:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-10-24 08:35:09 +0000 |
commit | f495721292e34a4d3afb172551dfbf4f3d3c4628 (patch) | |
tree | 1ac31337e9be24ab4033fe7c9571289359d030d1 /dev-ml/cudf/cudf-0.7.ebuild | |
parent | initial import, ebuild by me (diff) | |
download | historical-f495721292e34a4d3afb172551dfbf4f3d3c4628.tar.gz historical-f495721292e34a4d3afb172551dfbf4f3d3c4628.tar.bz2 historical-f495721292e34a4d3afb172551dfbf4f3d3c4628.zip |
add subslot
Signed-off-by: aballier@gentoo.org
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0x160F534A
Diffstat (limited to 'dev-ml/cudf/cudf-0.7.ebuild')
-rw-r--r-- | dev-ml/cudf/cudf-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/cudf/cudf-0.7.ebuild b/dev-ml/cudf/cudf-0.7.ebuild index c43f2d039800..96453ec58bf9 100644 --- a/dev-ml/cudf/cudf-0.7.ebuild +++ b/dev-ml/cudf/cudf-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/cudf/cudf-0.7.ebuild,v 1.1 2014/10/24 08:34:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/cudf/cudf-0.7.ebuild,v 1.2 2014/10/24 08:35:05 aballier Exp $ EAPI=5 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.mancoosi.org/cudf/" SRC_URI="https://gforge.inria.fr/frs/download.php/file/33593/${P}.tar.gz" LICENSE="LGPL-3" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="+ocamlopt test" |