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-wm/herbstluftwm/
Date: Thu, 06 Feb 2020 11:14:49
Message-Id: 1580987684.b712a7cb0bf0f9c4b2ef9a6b3160b95b20cc8e37.jer@gentoo
1 commit: b712a7cb0bf0f9c4b2ef9a6b3160b95b20cc8e37
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 11:14:30 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 11:14:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b712a7cb
7
8 x11-wm/herbstluftwm: Update EGIT_REPO_URI
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 x11-wm/herbstluftwm/herbstluftwm-0.7.2-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.7.2-r1.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.7.2-r1.ebuild
17 index ccc89776a45..74f4e1a1a6d 100644
18 --- a/x11-wm/herbstluftwm/herbstluftwm-0.7.2-r1.ebuild
19 +++ b/x11-wm/herbstluftwm/herbstluftwm-0.7.2-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -6,7 +6,7 @@ inherit toolchain-funcs bash-completion-r1
27
28 if [[ ${PV} == 9999* ]] ; then
29 inherit git-r3
30 - EGIT_REPO_URI="https://github.com/herbstluftwm/herbstluftwm.git"
31 + EGIT_REPO_URI="https://github.com/herbstluftwm/herbstluftwm"
32 BDEPEND="app-text/asciidoc"
33 else
34 SRC_URI="https://herbstluftwm.org/tarballs/${P}.tar.gz"