commit:     7e003b58a6657622b55c538e1e41916b3b2525d3
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 19:17:38 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 19:17:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=7e003b58

app-emacs/emacs-common-gentoo: Sync from gentoo repo.

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../emacs-common-gentoo/emacs-common-gentoo-9999.ebuild      | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild 
b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
index e82e203..d347806 100644
--- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
+++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git";
 EGIT_BRANCH="${PN}"
 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
-inherit elisp-common desktop xdg-utils gnome2-utils readme.gentoo-r1 user 
git-r3
+inherit elisp-common desktop xdg-utils gnome2-utils readme.gentoo-r1 git-r3
 
 DESCRIPTION="Common files needed by all GNU Emacs versions"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
@@ -16,14 +16,12 @@ LICENSE="GPL-3+"
 SLOT="0"
 IUSE="games X"
 
+RDEPEND="games? ( acct-group/gamestat )"
+DEPEND="${RDEPEND}"
 PDEPEND="virtual/emacs"
 
 S="${WORKDIR}/${PN}"
 
-pkg_setup() {
-       use games && enewgroup gamestat 36
-}
-
 src_install() {
        insinto "${SITELISP}"
        doins subdirs.el

Reply via email to