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 DED6E13829C for ; Sat, 4 Jun 2016 19:42:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 750B5141A5; Sat, 4 Jun 2016 19:42:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1FA56141A5 for ; Sat, 4 Jun 2016 19:42:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8B77340B5D for ; Sat, 4 Jun 2016 19:42:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 001DE972 for ; Sat, 4 Jun 2016 19:42:06 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1465069318.58ccc76d8de97788e9ebc3e0e2ceb3f60e2be940.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udev/udev-9999.ebuild X-VCS-Directories: sys-fs/udev/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 58ccc76d8de97788e9ebc3e0e2ceb3f60e2be940 X-VCS-Branch: master Date: Sat, 4 Jun 2016 19:42:06 +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: 94e226ad-5075-443f-8857-3e8a9e876d11 X-Archives-Hash: dcf5d4865e4ce0b5d4658e6ded6b73d2 commit: 58ccc76d8de97788e9ebc3e0e2ceb3f60e2be940 Author: William Hubbs gentoo org> AuthorDate: Sat Jun 4 19:41:34 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Jun 4 19:41:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ccc76d sys-fs/udev: sync live ebuild Package-Manager: portage-2.2.28 sys-fs/udev/udev-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 6f25076..0d540b3 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit autotools bash-completion-r1 eutils linux-info multilib multilib-minimal toolchain-funcs udev user versionator +inherit autotools bash-completion-r1 linux-info multilib multilib-minimal toolchain-funcs udev user versionator if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="git://anongit.freedesktop.org/systemd/systemd" @@ -14,8 +14,8 @@ else SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz" if [[ -n "${patchset}" ]]; then SRC_URI+=" - https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz - https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" + https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz + https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz" fi KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi @@ -112,7 +112,7 @@ src_prepare() { # backport some patches if [[ -n "${patchset}" ]]; then - EPATCH_SUFFIX=patch EPATCH_FORCE=yes epatch + eapply "${WORKDIR}"/patch fi cat <<-EOF > "${T}"/40-gentoo.rules @@ -128,7 +128,7 @@ src_prepare() { echo 'AC_DEFUN([AM_PATH_LIBGCRYPT],[:])' > m4/gcrypt.m4 # apply user patches - epatch_user + eapply_user eautoreconf