diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-10-27 09:44:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-10-27 09:44:28 +0000 |
commit | 9800ff1f81cbef07a943694c99e2f3601f5c8053 (patch) | |
tree | b48f0305da190e37ba6a1a0e7b7ee69f73909598 /dev-ml/camlbz2 | |
parent | initial import, ebuild by me (diff) | |
download | gentoo-2-9800ff1f81cbef07a943694c99e2f3601f5c8053.tar.gz gentoo-2-9800ff1f81cbef07a943694c99e2f3601f5c8053.tar.bz2 gentoo-2-9800ff1f81cbef07a943694c99e2f3601f5c8053.zip |
add subslot
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/camlbz2')
-rw-r--r-- | dev-ml/camlbz2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/camlbz2/camlbz2-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/camlbz2/ChangeLog b/dev-ml/camlbz2/ChangeLog index a465abfd9f90..3107afcb6bbb 100644 --- a/dev-ml/camlbz2/ChangeLog +++ b/dev-ml/camlbz2/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-ml/camlbz2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlbz2/ChangeLog,v 1.1 2014/10/27 09:42:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlbz2/ChangeLog,v 1.2 2014/10/27 09:44:28 aballier Exp $ + + 27 Oct 2014; Alexis Ballier <aballier@gentoo.org> camlbz2-0.6.0.ebuild: + add subslot *camlbz2-0.6.0 (27 Oct 2014) 27 Oct 2014; Alexis Ballier <aballier@gentoo.org> +camlbz2-0.6.0.ebuild, +metadata.xml: initial import, ebuild by me - diff --git a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild index 270a895bd221..30212b28a8c8 100644 --- a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild +++ b/dev-ml/camlbz2/camlbz2-0.6.0.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/camlbz2/camlbz2-0.6.0.ebuild,v 1.1 2014/10/27 09:42:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlbz2/camlbz2-0.6.0.ebuild,v 1.2 2014/10/27 09:44:28 aballier Exp $ EAPI=5 @@ -11,7 +11,7 @@ HOMEPAGE="http://camlbz2.forge.ocamlcore.org/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/72/${P}.tar.gz" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="doc" |