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 479AD13832E for ; Sat, 20 Aug 2016 10:53:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2025E0944; Sat, 20 Aug 2016 10:53:07 +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 93563E0944 for ; Sat, 20 Aug 2016 10:53:07 +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 09236340691 for ; Sat, 20 Aug 2016 10:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F41A2455 for ; Sat, 20 Aug 2016 10:53:03 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1471690381.5643e574cccc77a8865f5556d7a0e26adc27ad55.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/st/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/st/st-9999.ebuild X-VCS-Directories: x11-terms/st/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5643e574cccc77a8865f5556d7a0e26adc27ad55 X-VCS-Branch: master Date: Sat, 20 Aug 2016 10:53:03 +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: 09f17ecc-293f-4a00-8822-2fbeba8bc0cf X-Archives-Hash: cac6cbc7c14cfc19a0a47e2e259ae6e2 commit: 5643e574cccc77a8865f5556d7a0e26adc27ad55 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Aug 20 10:50:27 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Aug 20 10:53:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5643e574 x11-terms/st: Update live ebuild. Package-Manager: portage-2.3.0 x11-terms/st/st-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-terms/st/st-9999.ebuild b/x11-terms/st/st-9999.ebuild index 943ef79..93dae9d 100644 --- a/x11-terms/st/st-9999.ebuild +++ b/x11-terms/st/st-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils git-r3 multilib savedconfig toolchain-funcs DESCRIPTION="simple terminal implementation for X" @@ -28,7 +28,7 @@ DEPEND=" " src_prepare() { - epatch_user + eapply_user sed -e '/^CFLAGS/s:[[:space:]]-Wall[[:space:]]: :' \ -e '/^CFLAGS/s:[[:space:]]-O[^[:space:]]*[[:space:]]: :' \