summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-29 02:39:19 +0100
committerSam James <sam@gentoo.org>2021-04-29 02:51:50 +0100
commitb610b2d427350559fbf15bf02000530118eda811 (patch)
tree724382911e35933b97afa2a181ab3bda8e578057 /app-backup
parentx11-misc/matchbox-keyboard: drop unused eutils inherit (diff)
downloadgentoo-b610b2d427350559fbf15bf02000530118eda811.tar.gz
gentoo-b610b2d427350559fbf15bf02000530118eda811.tar.bz2
gentoo-b610b2d427350559fbf15bf02000530118eda811.zip
app-backup/backuppc: fix variable reference style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/backuppc/backuppc-3.3.1-r6.ebuild4
1 files 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 97bacafc0e0d..5d45affdb88d 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}