From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 B97B4139695 for ; Sat, 25 Mar 2017 21:46:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E1D321C0F4; Sat, 25 Mar 2017 21:46:53 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B93421C0F4 for ; Sat, 25 Mar 2017 21:46:53 +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 414EF34168C for ; Sat, 25 Mar 2017 21:46:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 975F273E5 for ; Sat, 25 Mar 2017 21:46:49 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1490478395.30721f0c5b2002972d15e1e42f31289b7be302c0.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cryptlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cryptlib/cryptlib-3.4.3.1-r2.ebuild X-VCS-Directories: dev-libs/cryptlib/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 30721f0c5b2002972d15e1e42f31289b7be302c0 X-VCS-Branch: master Date: Sat, 25 Mar 2017 21:46:49 +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: e42c4046-0cd6-465a-9d2f-b0cb75732577 X-Archives-Hash: 8af22de22d9a19472dea2c3017aab523 commit: 30721f0c5b2002972d15e1e42f31289b7be302c0 Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Mar 25 21:23:19 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Mar 25 21:46:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30721f0c dev-libs/cryptlib: remove eutils Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/cryptlib/cryptlib-3.4.3.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/cryptlib/cryptlib-3.4.3.1-r2.ebuild b/dev-libs/cryptlib/cryptlib-3.4.3.1-r2.ebuild index 6910f74d9e1..03102530c16 100644 --- a/dev-libs/cryptlib/cryptlib-3.4.3.1-r2.ebuild +++ b/dev-libs/cryptlib/cryptlib-3.4.3.1-r2.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 pypy ) DISTUTILS_OPTIONAL=1 -inherit distutils-r1 eutils flag-o-matic multilib toolchain-funcs versionator +inherit distutils-r1 flag-o-matic multilib toolchain-funcs versionator MY_PV="${PV//.}"