From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 24DF013888F for ; Sat, 17 Oct 2015 16:25:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B75BA21C079; Sat, 17 Oct 2015 16:25:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26D2C21C079 for ; Sat, 17 Oct 2015 16:25:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E378B340893 for ; Sat, 17 Oct 2015 16:25:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76F1411A9 for ; Sat, 17 Oct 2015 16:24:59 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1445095024.b376b40f51a698dd5844d1bc273dac6950212af8.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cstruct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r1.ebuild dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0.ebuild X-VCS-Directories: dev-ml/ocaml-cstruct/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b376b40f51a698dd5844d1bc273dac6950212af8 X-VCS-Branch: master Date: Sat, 17 Oct 2015 16:24:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 60d99303-da06-4027-942f-2aca180da20c X-Archives-Hash: cb7f6275db844b4fcdaaf717dd12803c commit: b376b40f51a698dd5844d1bc273dac6950212af8 Author: Matthew Brewer sina cn> AuthorDate: Sat Oct 17 14:41:05 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Oct 17 15:17:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b376b40f dev-ml/ocaml-cstruct: revbump changed SLOT="0" to SLOT="0/${PV}" to make := actually useful .../{ocaml-cstruct-1.7.0.ebuild => ocaml-cstruct-1.7.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r1.ebuild similarity index 98% rename from dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0.ebuild rename to dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r1.ebuild index b137031..ee6b40d 100644 --- a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0.ebuild +++ b/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.0-r1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io" SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="async camlp4 lwt"