Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/company-mode/
Date: Mon, 11 Sep 2017 18:02:57
Message-Id: 1505152929.ce1880b5d5965f06eb5f7f46013feb7a443bdca2.ulm@gentoo
1 commit: ce1880b5d5965f06eb5f7f46013feb7a443bdca2
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 11 13:34:46 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 18:02:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1880b5
7
8 app-emacs/company-mode: Add test restriction.
9
10 Bug: 630646
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 app-emacs/company-mode/company-mode-0.6.14.ebuild | 3 ++-
14 app-emacs/company-mode/company-mode-0.7.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emacs/company-mode/company-mode-0.6.14.ebuild b/app-emacs/company-mode/company-mode-0.6.14.ebuild
18 index 06baa3afd37..7b2e2231f50 100644
19 --- a/app-emacs/company-mode/company-mode-0.6.14.ebuild
20 +++ b/app-emacs/company-mode/company-mode-0.6.14.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -13,6 +13,7 @@ LICENSE="GPL-3+"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 IUSE="ropemacs"
31 +RESTRICT="test"
32
33 # Note: company-mode supports many backends, and we refrain from including
34 # them all in RDEPEND. Only depend on things that are needed at build time.
35
36 diff --git a/app-emacs/company-mode/company-mode-0.7.ebuild b/app-emacs/company-mode/company-mode-0.7.ebuild
37 index 06baa3afd37..7b2e2231f50 100644
38 --- a/app-emacs/company-mode/company-mode-0.7.ebuild
39 +++ b/app-emacs/company-mode/company-mode-0.7.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2014 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -13,6 +13,7 @@ LICENSE="GPL-3+"
47 SLOT="0"
48 KEYWORDS="~amd64 ~x86"
49 IUSE="ropemacs"
50 +RESTRICT="test"
51
52 # Note: company-mode supports many backends, and we refrain from including
53 # them all in RDEPEND. Only depend on things that are needed at build time.