diff options
author | Takuya Wakazono <pastalian46@gmail.com> | 2024-08-17 15:20:00 +0900 |
---|---|---|
committer | Takuya Wakazono <pastalian46@gmail.com> | 2024-08-17 15:42:41 +0900 |
commit | 52b6577a54093cbcb0f9243ce8c86097b2a98b86 (patch) | |
tree | 6ff245ec3e09ff5764d9d8e2a5c7198ccf5fd698 /app-text | |
parent | media-video/stremio: drop 4.4.164 (diff) | |
download | guru-52b6577a54093cbcb0f9243ce8c86097b2a98b86.tar.gz guru-52b6577a54093cbcb0f9243ce8c86097b2a98b86.tar.bz2 guru-52b6577a54093cbcb0f9243ce8c86097b2a98b86.zip |
*/*: drop x86 keyword from rust related packages
i486 profile now inherits wd40.
i686 profile is not actually affected, but overlay currently does not
support per-profile masking, so the entire x86 keyword is dropped.
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/typst/typst-0.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/typst/typst-0.11.1.ebuild b/app-text/typst/typst-0.11.1.ebuild index 9fe0283a5..bc3492110 100644 --- a/app-text/typst/typst-0.11.1.ebuild +++ b/app-text/typst/typst-0.11.1.ebuild @@ -381,7 +381,7 @@ LICENSE+=" MPL-2.0 Unicode-DFS-2016 ZLIB " SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64" BDEPEND=" dev-vcs/git |