diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:35:12 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:35:12 +0100 |
commit | ae36e2acd05e7c68ae7f59ea05d1d7e266db7012 (patch) | |
tree | 0245e9c25ac425705e89b25ac096077bdf1ca12a /app-office/libreoffice-bin | |
parent | app-mobilephone/smsclient: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-ae36e2acd05e7c68ae7f59ea05d1d7e266db7012.tar.gz gentoo-ae36e2acd05e7c68ae7f59ea05d1d7e266db7012.tar.bz2 gentoo-ae36e2acd05e7c68ae7f59ea05d1d7e266db7012.zip |
app-office/libreoffice-bin: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-office/libreoffice-bin')
-rw-r--r-- | app-office/libreoffice-bin/libreoffice-bin-6.3.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/libreoffice-bin/libreoffice-bin-6.3.4.2.ebuild b/app-office/libreoffice-bin/libreoffice-bin-6.3.4.2.ebuild index 15f632d094d2..2ee21e0d7867 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-6.3.4.2.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-6.3.4.2.ebuild @@ -10,7 +10,7 @@ BASE_X86_URI="https://tamiko.kyomu.43-1.org/distfiles/x86-${BASE_PACKAGENAME}-" PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="threads,xml" -inherit java-pkg-opt-2 python-single-r1 prefix xdg-utils +inherit java-pkg-opt-2 python-single-r1 prefix toolchain-funcs xdg-utils DESCRIPTION="A full office productivity suite. Binary package" HOMEPAGE="https://www.libreoffice.org" |