diff options
-rw-r--r-- | app-text/pep/pep-2.8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pep/pep-2.8-r2.ebuild b/app-text/pep/pep-2.8-r2.ebuild index f1864940b8b8..e38782d4b5f2 100644 --- a/app-text/pep/pep-2.8-r2.ebuild +++ b/app-text/pep/pep-2.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~mips ppc x86 ~x86-linux ~ppc-macos" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S=${WORKDIR} |