From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1000859-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 746E81382C5 for <garchives@archives.gentoo.org>; Wed, 31 Jan 2018 18:20:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF7FFE0CA8; Wed, 31 Jan 2018 18:20:23 +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 8E7DDE0CA8 for <gentoo-commits@lists.gentoo.org>; Wed, 31 Jan 2018 18:20:23 +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 C5206335C6D for <gentoo-commits@lists.gentoo.org>; Wed, 31 Jan 2018 18:20:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C2011C3 for <gentoo-commits@lists.gentoo.org>; Wed, 31 Jan 2018 18:20:19 +0000 (UTC) From: "Andreas Hüttel" <dilfridge@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, "Andreas Hüttel" <dilfridge@gentoo.org> Message-ID: <1517422805.985926e52d2cfe9bddb31a0c7120cd514159f3f7.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/binutils-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/binutils-libs/binutils-libs-2.30-r1.ebuild sys-libs/binutils-libs/binutils-libs-2.30.ebuild X-VCS-Directories: sys-libs/binutils-libs/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 985926e52d2cfe9bddb31a0c7120cd514159f3f7 X-VCS-Branch: master Date: Wed, 31 Jan 2018 18:20:19 +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: ebb17a61-4599-47a3-a651-72edc8fc2a6b X-Archives-Hash: 5f2bc01240a01d4d91cda245d1c4b007 commit: 985926e52d2cfe9bddb31a0c7120cd514159f3f7 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Jan 31 18:20:05 2018 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Jan 31 18:20:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985926e5 sys-libs/binutils-libs: Correctly apply patches Package-Manager: Portage-2.3.21, Repoman-2.3.6 .../{binutils-libs-2.30.ebuild => binutils-libs-2.30-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/binutils-libs/binutils-libs-2.30.ebuild b/sys-libs/binutils-libs/binutils-libs-2.30-r1.ebuild similarity index 97% rename from sys-libs/binutils-libs/binutils-libs-2.30.ebuild rename to sys-libs/binutils-libs/binutils-libs-2.30-r1.ebuild index b52ebe9b138..63ad287c18c 100644 --- a/sys-libs/binutils-libs/binutils-libs-2.30.ebuild +++ b/sys-libs/binutils-libs/binutils-libs-2.30-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PATCHVER=1 +PATCH_VER=1 inherit eutils toolchain-funcs multilib-minimal @@ -15,7 +15,7 @@ PATCH_DEV=${PATCH_DEV:-dilfridge} DESCRIPTION="Core binutils libraries (libbfd, libopcodes, libiberty) for external packages" HOMEPAGE="https://sourceware.org/binutils/" SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz - mirror://gentoo/${MY_PN}-${PATCH_BINUTILS_VER}-patches-${PATCHVER}.tar.xz" + mirror://gentoo/${MY_PN}-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz" LICENSE="|| ( GPL-3 LGPL-3 )" # The shared lib SONAMEs use the ${PV} in them.