Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syrep/
Date: Mon, 28 May 2018 23:02:27
Message-Id: 1527548520.06d780a273b3276c0a2510abcdd3597bd423ebe5.bman@gentoo
1 commit: 06d780a273b3276c0a2510abcdd3597bd423ebe5
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 16:49:22 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 23:02:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d780a2
7
8 net-p2p/syrep: bashify HTML_DOCS
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-p2p/syrep/syrep-0.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-p2p/syrep/syrep-0.9.ebuild b/net-p2p/syrep/syrep-0.9.ebuild
16 index d3656097df0..578c19a71e2 100644
17 --- a/net-p2p/syrep/syrep-0.9.ebuild
18 +++ b/net-p2p/syrep/syrep-0.9.ebuild
19 @@ -35,6 +35,6 @@ src_configure() {
20
21 src_install() {
22 DOCS=( doc/README doc/*.txt )
23 - use doc && HTML_DOCS=( doc/*.html doc/*.css )
24 + use doc && HTML_DOCS=( doc/*.{css,html} )
25 default
26 }