From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4920B1382C5 for ; Thu, 29 Apr 2021 01:52:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D0B3E085E; Thu, 29 Apr 2021 01:52:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77DF1E085E for ; Thu, 29 Apr 2021 01:52:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AB82340FD8 for ; Thu, 29 Apr 2021 01:52:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 802A5729 for ; Thu, 29 Apr 2021 01:52:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619661110.b610b2d427350559fbf15bf02000530118eda811.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/backuppc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/backuppc/backuppc-3.3.1-r6.ebuild X-VCS-Directories: app-backup/backuppc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b610b2d427350559fbf15bf02000530118eda811 X-VCS-Branch: master Date: Thu, 29 Apr 2021 01:52:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b8e7386-4d95-4f86-9ac2-dd3054486a63 X-Archives-Hash: 94358d941165551cb0cade7f28809069 commit: b610b2d427350559fbf15bf02000530118eda811 Author: Sam James gentoo org> AuthorDate: Thu Apr 29 01:39:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 29 01:51:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b610b2d4 app-backup/backuppc: fix variable reference style Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> app-backup/backuppc/backuppc-3.3.1-r6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backup/backuppc/backuppc-3.3.1-r6.ebuild b/app-backup/backuppc/backuppc-3.3.1-r6.ebuild index 97bacafc0e0..5d45affdb88 100644 --- a/app-backup/backuppc/backuppc-3.3.1-r6.ebuild +++ b/app-backup/backuppc/backuppc-3.3.1-r6.ebuild @@ -25,14 +25,14 @@ DEPEND=" dev-lang/perl " -# The CGI modules are handled in $RDEPEND. +# The CGI modules are handled in ${RDEPEND}. APACHE_MODULES="apache2_modules_alias," # RedirectMatch APACHE_MODULES+="apache2_modules_authn_core," # AuthType APACHE_MODULES+="apache2_modules_authz_core," # Require APACHE_MODULES+="apache2_modules_authz_host," # Require host APACHE_MODULES+="apache2_modules_authz_user" # Require valid-user -# Older versions of mod_perl think they're compatibile with apache-2.4, +# Older versions of mod_perl think they're compatible with apache-2.4, # so we require the new one explicitly. RDEPEND=" ${DEPEND}