From fea20390a6c51a1756e517f47e03a9e15d83e3f6 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 1 Jan 2020 08:13:47 -0500 Subject: [PATCH] compilation: drop custom $REPOS variable. Now that the upstream default is /var/db/repos, that's not much harder to type than $REPOS was. --- compilation | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compilation b/compilation index 487f251..5a1582b 100644 --- a/compilation +++ b/compilation @@ -25,10 +25,6 @@ if [ -f /etc/portage/make.conf ]; then . /etc/portage/make.conf fi - -# Not a portage variable, but it's real handy. -REPOS="${DISTDIR}/../repositories" - # These are really the only variables that make sense to export to # subsequent commands. export CFLAGS -- 2.43.2