From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D1C25138A1F for ; Mon, 4 Aug 2014 22:54:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D608DE08FB; Mon, 4 Aug 2014 22:54:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 509B7E0943 for ; Mon, 4 Aug 2014 22:54:23 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85EF934019E for ; Mon, 4 Aug 2014 22:54:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 515251881D for ; Mon, 4 Aug 2014 22:54:21 +0000 (UTC) From: "Pavlos Ratis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pavlos Ratis" Message-ID: <1205441242.1197abe938960fc9f10f8ff4ae944edd8d7951f1.dastergon@gentoo> Subject: [gentoo-commits] proj/games:master commit in: eclass/ X-VCS-Repository: proj/games X-VCS-Files: eclass/games.eclass X-VCS-Directories: eclass/ X-VCS-Committer: dastergon X-VCS-Committer-Name: Pavlos Ratis X-VCS-Revision: 1197abe938960fc9f10f8ff4ae944edd8d7951f1 X-VCS-Branch: master Date: Mon, 4 Aug 2014 22:54:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f72aaab5-6580-4336-9f09-f402838f701a X-Archives-Hash: e7d57f94efd990be4c3fdbea3a66bb16 commit: 1197abe938960fc9f10f8ff4ae944edd8d7951f1 Author: Chris Gianelloni gentoo org> AuthorDate: Thu Mar 13 20:47:22 2008 +0000 Commit: Pavlos Ratis gentoo org> CommitDate: Thu Mar 13 20:47:22 2008 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/games.git;a=commit;h=1197abe9 Fix up GAMES_SCORES_GROUP definition. svn path=/; revision=5 --- eclass/games.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/games.eclass b/eclass/games.eclass index a537042..bb1c8ba 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -30,7 +30,7 @@ export GAMES_ENVD="90games" export GAMES_USER=${GAMES_USER:-root} export GAMES_USER_DED=${GAMES_USER_DED:-games} export GAMES_GROUP=${GAMES_GROUP:-games} -export GAMES_SCORES_GROUP=${GAMES_GROUP:-scores} +export GAMES_SCORES_GROUP=${GAMES_SCORES_GROUP:-scores} games_get_libdir() { echo ${GAMES_LIBDIR:-${GAMES_PREFIX}/$(get_libdir)}