diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-23 08:41:13 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-23 10:15:49 +0100 |
commit | 08a03f51bfcf052eaa15a03a620e9ea64dc43cc7 (patch) | |
tree | d0f33c2fe7547f705451daca237a1094d66eb93f /dev-ml/ocaml-magic-mime | |
parent | dev-ml/ocaml-magic-mime: Initial import. Ebuild by me. (diff) | |
download | gentoo-08a03f51bfcf052eaa15a03a620e9ea64dc43cc7.tar.gz gentoo-08a03f51bfcf052eaa15a03a620e9ea64dc43cc7.tar.bz2 gentoo-08a03f51bfcf052eaa15a03a620e9ea64dc43cc7.zip |
dev-ml/ocaml-magic-mime: Add proper subslot
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ocaml-magic-mime')
-rw-r--r-- | dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild b/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild index 19f921869501..51f5f36e361c 100644 --- a/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild +++ b/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Convert file extensions to MIME types" HOMEPAGE="https://github.com/mirage/ocaml-magic-mime" SRC_URI="https://github.com/mirage/ocaml-magic-mime/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" |