Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-user-share/
Date: Mon, 07 Sep 2020 18:08:47
Message-Id: 1599502106.f0ff64f3b9d2155078f2be49b2aa9c028934f86c.np-hardass@gentoo
1 commit: f0ff64f3b9d2155078f2be49b2aa9c028934f86c
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 6 22:18:46 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 18:08:26 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=f0ff64f3
7
8 mate-extra/mate-user-share: Sync 9999
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 mate-extra/mate-user-share/mate-user-share-9999.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/mate-extra/mate-user-share/mate-user-share-9999.ebuild b/mate-extra/mate-user-share/mate-user-share-9999.ebuild
17 index dbfca4d..5b09cfc 100644
18 --- a/mate-extra/mate-user-share/mate-user-share-9999.ebuild
19 +++ b/mate-extra/mate-user-share/mate-user-share-9999.ebuild
20 @@ -39,14 +39,14 @@ RDEPEND="${COMMON_DEPEND}
21 DEPEND="${COMMON_DEPEND}
22 app-text/docbook-xml-dtd:4.1.2
23 app-text/yelp-tools
24 - >=sys-devel/gettext-0.19.8:*
25 - virtual/pkgconfig:*
26 + >=sys-devel/gettext-0.19.8
27 + virtual/pkgconfig
28 "
29
30 src_configure() {
31 mate_src_configure \
32 + --disable-bluetooth \
33 --with-httpd=apache2 \
34 --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
35 - --disable-bluetooth \
36 $(use_with X x)
37 }