Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/
Date: Tue, 23 Feb 2016 01:30:26
Message-Id: 1456191587.9b77e445ee9cbb6f48c60c1acc08b74169805a5e.blueness@gentoo
1 commit: 9b77e445ee9cbb6f48c60c1acc08b74169805a5e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 23 01:39:47 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 01:39:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b77e445
7
8 app-portage/grs: fix use of linux-info_pkg_setup
9
10 Package-Manager: portage-2.2.26
11
12 app-portage/grs/grs-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild
16 index 9f02750..901f63a 100644
17 --- a/app-portage/grs/grs-9999.ebuild
18 +++ b/app-portage/grs/grs-9999.ebuild
19 @@ -41,9 +41,9 @@ RDEPEND="
20 )"
21
22 pkg_setup() {
23 + local CONFIG_CHECK="~CGROUPS"
24 + local ERROR_CGROUPS="WARNING: grsrun requires CONFIG_CGROUPS enabled in the kernel."
25 linux-info_pkg_setup
26 - CONFIG_CHECK="~CGROUPS"
27 - ERROR_CGROUPS="WARNING: grsrun requires CONFIG_CGROUPS enabled in the kernel."
28 }
29
30 src_install() {