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 B91CB138359 for ; Mon, 17 Aug 2020 05:14:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDF84E084E; Mon, 17 Aug 2020 05:14:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D502DE084E for ; Mon, 17 Aug 2020 05:14:03 +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 AADB834F255 for ; Mon, 17 Aug 2020 05:14:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16DDD286 for ; Mon, 17 Aug 2020 05:14:01 +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: <1597641239.ea41b8d33ef3c59a8c3db72287654d92c298de5b.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsel/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xsel/xsel-9999.ebuild X-VCS-Directories: x11-misc/xsel/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: ea41b8d33ef3c59a8c3db72287654d92c298de5b X-VCS-Branch: master Date: Mon, 17 Aug 2020 05:14:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3b7439d-b4b2-460b-a9fb-c55dc6ace2ba X-Archives-Hash: d407e4a47803b929155de57877b69d24 commit: ea41b8d33ef3c59a8c3db72287654d92c298de5b Author: Jeroen Roovers gentoo org> AuthorDate: Mon Aug 17 05:13:33 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Aug 17 05:13:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea41b8d3 x11-misc/xsel: Update live ebuild Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Jeroen Roovers gentoo.org> x11-misc/xsel/xsel-9999.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/x11-misc/xsel/xsel-9999.ebuild b/x11-misc/xsel/xsel-9999.ebuild index d3edca7a9f7..fbb8543c5cc 100644 --- a/x11-misc/xsel/xsel-9999.ebuild +++ b/x11-misc/xsel/xsel-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools git-r3 DESCRIPTION="Command-line program for getting and setting the contents of the X selection" HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel" -EGIT_REPO_URI="https://github.com/kfish/xsel.git" +EGIT_REPO_URI="https://github.com/kfish/xsel" LICENSE="HPND" SLOT="0" @@ -23,10 +23,7 @@ DEPEND=" " src_prepare() { + sed -i -e 's| -Werror -g||g' configure.ac || die default eautoreconf } - -src_compile() { - emake CFLAGS="${CFLAGS}" -}