Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsel/
Date: Mon, 17 Aug 2020 05:14:04
Message-Id: 1597641239.ea41b8d33ef3c59a8c3db72287654d92c298de5b.jer@gentoo
1 commit: ea41b8d33ef3c59a8c3db72287654d92c298de5b
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 17 05:13:33 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 17 05:13:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea41b8d3
7
8 x11-misc/xsel: Update live ebuild
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 x11-misc/xsel/xsel-9999.ebuild | 11 ++++-------
14 1 file changed, 4 insertions(+), 7 deletions(-)
15
16 diff --git a/x11-misc/xsel/xsel-9999.ebuild b/x11-misc/xsel/xsel-9999.ebuild
17 index d3edca7a9f7..fbb8543c5cc 100644
18 --- a/x11-misc/xsel/xsel-9999.ebuild
19 +++ b/x11-misc/xsel/xsel-9999.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27 inherit autotools git-r3
28
29 DESCRIPTION="Command-line program for getting and setting the contents of the X selection"
30 HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel"
31 -EGIT_REPO_URI="https://github.com/kfish/xsel.git"
32 +EGIT_REPO_URI="https://github.com/kfish/xsel"
33
34 LICENSE="HPND"
35 SLOT="0"
36 @@ -23,10 +23,7 @@ DEPEND="
37 "
38
39 src_prepare() {
40 + sed -i -e 's| -Werror -g||g' configure.ac || die
41 default
42 eautoreconf
43 }
44 -
45 -src_compile() {
46 - emake CFLAGS="${CFLAGS}"
47 -}