Not that it was ever needed, but I don't really care
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
@@ -9,7 +9,7 @@ SRC_URI="https://mirror.chaotic.ninja/software/${P}.tar.gz"
|
|||||||
|
|
||||||
LICENSE="BEER-WARE"
|
LICENSE="BEER-WARE"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS=""
|
||||||
|
|
||||||
IUSE="X"
|
IUSE="X"
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
Title: Stabilizing first-party packages
|
||||||
|
Author: Shin'ya Minazuki <shinyoukai@laidback.moe>
|
||||||
|
Content-Type: text/plain
|
||||||
|
Posted: 2026-04-12
|
||||||
|
Revision: 1
|
||||||
|
News-Item-Format: 1.0
|
||||||
|
|
||||||
|
This revision of the overlay will drop the ~arch keywords for packages
|
||||||
|
that are developed and/or maintained by the author, as they were not
|
||||||
|
entirely necessary in the first place, and some will feature the
|
||||||
|
architectures supported by the language toolchain used, if any.
|
||||||
|
|
||||||
|
Some exceptions being previously untested architectures, those will
|
||||||
|
retain the ~arch until they are sufficiently tested.
|
||||||
|
|
||||||
|
Shell scripts such as app-admin/kanako will have all keywords removed,
|
||||||
|
provided that the system supports the required dependencies in a given
|
||||||
|
target architecture.
|
||||||
|
|
||||||
|
Expect announcements like this to happen semi-regularly from now on.
|
||||||
|
|
||||||
|
~Shin'ya Minazuki
|
||||||
@@ -21,7 +21,7 @@ LICENSE="MIT"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
# Other architectures have not been tested
|
# Other architectures have not been tested
|
||||||
# This project is mainly developed on x86(-64)
|
# This project is mainly developed on x86(-64)
|
||||||
KEYWORDS="amd64 x86"
|
KEYWORDS="-* amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 x86"
|
||||||
|
|
||||||
IUSE="lite"
|
IUSE="lite"
|
||||||
S="${WORKDIR}/${PN}"
|
S="${WORKDIR}/${PN}"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ SRC_URI="https://mirror.chaotic.ninja/software/${P}.tar.gz"
|
|||||||
|
|
||||||
LICENSE="EUPL-1.2"
|
LICENSE="EUPL-1.2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
|
||||||
|
|
||||||
IUSE="ocamlopt"
|
IUSE="ocamlopt"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user