~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] community/texlive: Re-enabled x86

Marian Buschsieweke <marian.buschsieweke@ovgu.de>
Details
Message ID
<20191002133321.2600-1-marian.buschsieweke@ovgu.de>
DKIM signature
missing
Download raw message
Patch: +1 -1
Builds just fine on edge in a freshly setup and clean container.
---
 community/texlive/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/texlive/APKBUILD b/community/texlive/APKBUILD
index 845bffa17f..84fe39c5a4 100644
--- a/community/texlive/APKBUILD
+++ b/community/texlive/APKBUILD
@@ -5,7 +5,7 @@ pkgver=20190410
pkgrel=3
pkgdesc="Comprehensive TeX document production system"
url="http://tug.org/texlive/"
arch="all !x86 !ppc64le"
arch="all !ppc64le"
license="GPL"
depends="perl texmf-dist>=2018.50036 xz"
depends_dev=""
-- 
2.23.0
Kevin Daudt <me@ikke.info>
Details
Message ID
<20191004190639.GB160327@alpha>
In-Reply-To
<20191002133321.2600-1-marian.buschsieweke@ovgu.de> (view parent)
DKIM signature
missing
Download raw message
On Wed, Oct 02, 2019 at 03:33:21PM +0200, Marian Buschsieweke wrote:
> Builds just fine on edge in a freshly setup and clean container.
> ---
>  community/texlive/APKBUILD | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/community/texlive/APKBUILD b/community/texlive/APKBUILD
> index 845bffa17f..84fe39c5a4 100644
> --- a/community/texlive/APKBUILD
> +++ b/community/texlive/APKBUILD
> @@ -5,7 +5,7 @@ pkgver=20190410
>  pkgrel=3
>  pkgdesc="Comprehensive TeX document production system"
>  url="http://tug.org/texlive/"
> -arch="all !x86 !ppc64le"
> +arch="all !ppc64le"
>  license="GPL"
>  depends="perl texmf-dist>=2018.50036 xz"
>  depends_dev=""

Thanks, this has been pushed.

Kevin
Reply to thread Export thread (mbox)