diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:26:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 20:01:55 +0100 |
commit | b00bef8b9350cee3cb7622a06fd296768d965c9a (patch) | |
tree | 8f09a534361e993001d84611a285400420999ab4 /app-portage | |
parent | dev-embedded/avr-libc: eutils->epatch (diff) | |
download | gentoo-b00bef8b9350cee3cb7622a06fd296768d965c9a.tar.gz gentoo-b00bef8b9350cee3cb7622a06fd296768d965c9a.tar.bz2 gentoo-b00bef8b9350cee3cb7622a06fd296768d965c9a.zip |
app-portage/elt-patches: use BDEPEND for app-arch/xz-utils
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/elt-patches/elt-patches-20201205.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-portage/elt-patches/elt-patches-20201205.ebuild b/app-portage/elt-patches/elt-patches-20201205.ebuild index 7b1a681a995f..bc94d8304da6 100644 --- a/app-portage/elt-patches/elt-patches-20201205.ebuild +++ b/app-portage/elt-patches/elt-patches-20201205.ebuild @@ -10,10 +10,9 @@ SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~arm64-linux ~ppc64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" RDEPEND="sys-apps/gentoo-functions" -DEPEND="app-arch/xz-utils" +BDEPEND="app-arch/xz-utils" src_compile() { emake rootprefix="${EPREFIX}" libdirname="$(get_libdir)" |