From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1003935-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F859138331 for <garchives@archives.gentoo.org>; Fri, 16 Feb 2018 17:14:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 767EAE0958; Fri, 16 Feb 2018 17:14:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57C17E0958 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Feb 2018 17:14:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF557335C2C for <gentoo-commits@lists.gentoo.org>; Fri, 16 Feb 2018 17:14:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDDA6216 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Feb 2018 17:14:21 +0000 (UTC) From: "Matt Thode" <prometheanfire@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" <prometheanfire@gentoo.org> Message-ID: <1518801252.c269407b305b44d14301667b1023bd19ffefe112.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/leatherman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/leatherman/leatherman-1.4.0.ebuild X-VCS-Directories: dev-libs/leatherman/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: c269407b305b44d14301667b1023bd19ffefe112 X-VCS-Branch: master Date: Fri, 16 Feb 2018 17:14:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 35667381-d125-4c81-a1f3-750792783b53 X-Archives-Hash: dd64365524ced11acbae3e6f92400a52 commit: c269407b305b44d14301667b1023bd19ffefe112 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Feb 16 17:13:53 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Feb 16 17:14:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c269407b dev-libs/leatherman: making leatherman have a slot and be rebuild for boost subslot changes Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/leatherman/leatherman-1.4.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/leatherman/leatherman-1.4.0.ebuild b/dev-libs/leatherman/leatherman-1.4.0.ebuild index dd10169b174..cf3644a62dc 100644 --- a/dev-libs/leatherman/leatherman-1.4.0.ebuild +++ b/dev-libs/leatherman/leatherman-1.4.0.ebuild @@ -13,9 +13,10 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="debug static-libs test" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +SLOT="1.4" RDEPEND="net-misc/curl" -DEPEND=">=dev-libs/boost-1.54[nls] +DEPEND=">=dev-libs/boost-1.54:=[nls] net-misc/curl >=sys-devel/gcc-4.8:*"