summaryrefslogtreecommitdiff
path: root/app-arch/dpkg/dpkg-1.20.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/dpkg/dpkg-1.20.9.ebuild')
-rw-r--r--app-arch/dpkg/dpkg-1.20.9.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/dpkg/dpkg-1.20.9.ebuild b/app-arch/dpkg/dpkg-1.20.9.ebuild
index 5a64aa7a6868..e09448b39304 100644
--- a/app-arch/dpkg/dpkg-1.20.9.ebuild
+++ b/app-arch/dpkg/dpkg-1.20.9.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit multilib autotools toolchain-funcs
+inherit autotools toolchain-funcs
DESCRIPTION="Package maintenance system for Debian"
HOMEPAGE="https://packages.qa.debian.org/dpkg"
@@ -78,7 +78,7 @@ src_configure() {
}
src_compile() {
- emake AR=$(tc-getAR)
+ emake AR="$(tc-getAR)"
}
src_install() {