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 33D0C58973 for ; Sat, 6 Feb 2016 16:25:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0069721C018; Sat, 6 Feb 2016 16:25:57 +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 E7EAB21C010 for ; Sat, 6 Feb 2016 16:25:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5ABF340B63 for ; Sat, 6 Feb 2016 16:25:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E2ABC88 for ; Sat, 6 Feb 2016 16:25:53 +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: <1454775728.359e906aece668d2030d03c1ee95e1da7dc476f5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/cppo/cppo-1.3.1.ebuild X-VCS-Directories: dev-ml/cppo/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 359e906aece668d2030d03c1ee95e1da7dc476f5 X-VCS-Branch: master Date: Sat, 6 Feb 2016 16:25:53 +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: 1cb081d1-fb9d-43ea-9299-4ff05ee7c7db X-Archives-Hash: 05d4a9c7741c6f76427c5025a73bbe5c commit: 359e906aece668d2030d03c1ee95e1da7dc476f5 Author: Alexis Ballier gentoo org> AuthorDate: Sat Feb 6 16:22:08 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Feb 6 16:22:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359e906a dev-ml/cppo: add proper subslot Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/cppo/cppo-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/cppo/cppo-1.3.1.ebuild b/dev-ml/cppo/cppo-1.3.1.ebuild index 2ff1f6d..b89094c 100644 --- a/dev-ml/cppo/cppo-1.3.1.ebuild +++ b/dev-ml/cppo/cppo-1.3.1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="An equivalent of the C preprocessor for OCaml programs" HOMEPAGE="http://mjambon.com/cppo.html" SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" +SLOT="0/${PV}" LICENSE="BSD" KEYWORDS="~amd64"