diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-27 13:24:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-27 13:24:33 +0000 |
| commit | e3db32a7c40197ca0a0efbfcd05971e29b222fdd (patch) | |
| tree | 9e24620e9b4c79c56a0b4114029c3808c9f733f4 /sys-apps | |
| parent | b9269595b60a5e027f0d5a25bbc251b5f93b9cc1 (diff) | |
| download | baldeagleos-repo-e3db32a7c40197ca0a0efbfcd05971e29b222fdd.tar.gz baldeagleos-repo-e3db32a7c40197ca0a0efbfcd05971e29b222fdd.tar.xz baldeagleos-repo-e3db32a7c40197ca0a0efbfcd05971e29b222fdd.zip | |
Adding metadata
Diffstat (limited to 'sys-apps')
| -rw-r--r-- | sys-apps/coreutils/coreutils-9.3-r1.ebuild | 2 | ||||
| -rw-r--r-- | sys-apps/elfix/elfix-0.9.5.ebuild | 15 | ||||
| -rw-r--r-- | sys-apps/elfix/elfix-9999.ebuild | 17 | ||||
| -rw-r--r-- | sys-apps/flashrom/flashrom-1.3.0.ebuild | 2 | ||||
| -rw-r--r-- | sys-apps/locale-gen/locale-gen-2.23-r1.ebuild (renamed from sys-apps/locale-gen/locale-gen-2.23.ebuild) | 2 | ||||
| -rw-r--r-- | sys-apps/nvme-cli/nvme-cli-2.4-r2.ebuild | 2 |
6 files changed, 19 insertions, 21 deletions
diff --git a/sys-apps/coreutils/coreutils-9.3-r1.ebuild b/sys-apps/coreutils/coreutils-9.3-r1.ebuild index 54f7f52b1b5a..2882bf5d8072 100644 --- a/sys-apps/coreutils/coreutils-9.3-r1.ebuild +++ b/sys-apps/coreutils/coreutils-9.3-r1.ebuild @@ -33,7 +33,7 @@ else verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig ) " - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" fi SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )" diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild b/sys-apps/elfix/elfix-0.9.5.ebuild index 0ad0438bca99..b03aee360f1f 100644 --- a/sys-apps/elfix/elfix-0.9.5.ebuild +++ b/sys-apps/elfix/elfix-0.9.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,14 +17,12 @@ HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml LICENSE="GPL-3" SLOT="0" -IUSE="+ptpax +xtpax" - -DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO ) - +IUSE="+ptpax test +xtpax" REQUIRED_USE="|| ( ptpax xtpax )" - # These only work with a properly configured PaX kernel -RESTRICT="test" +RESTRICT="!test? ( test ) test" + +DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO ) DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=] ptpax? ( dev-libs/elfutils ) @@ -42,7 +40,8 @@ src_prepare() { src_configure() { rm -f "${S}/scripts/setup.py" - econf --disable-tests \ + econf \ + $(use_enable test tests) \ $(use_enable ptpax) \ $(use_enable xtpax) } diff --git a/sys-apps/elfix/elfix-9999.ebuild b/sys-apps/elfix/elfix-9999.ebuild index 41d0478dc4e4..12f20caf95b2 100644 --- a/sys-apps/elfix/elfix-9999.ebuild +++ b/sys-apps/elfix/elfix-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ if [[ ${PV} == *9999* ]] ; then inherit autotools git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo" @@ -17,14 +17,12 @@ HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml LICENSE="GPL-3" SLOT="0" -IUSE="+ptpax +xtpax" - -DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO ) - +IUSE="+ptpax test +xtpax" REQUIRED_USE="|| ( ptpax xtpax )" - # These only work with a properly configured PaX kernel -RESTRICT="test" +RESTRICT="!test? ( test ) test" + +DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO ) DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=] ptpax? ( dev-libs/elfutils ) @@ -42,7 +40,8 @@ src_prepare() { src_configure() { rm -f "${S}/scripts/setup.py" - econf --disable-tests \ + econf \ + $(use_enable test tests) \ $(use_enable ptpax) \ $(use_enable xtpax) } diff --git a/sys-apps/flashrom/flashrom-1.3.0.ebuild b/sys-apps/flashrom/flashrom-1.3.0.ebuild index 3945628c82a7..1281c12fa3c3 100644 --- a/sys-apps/flashrom/flashrom-1.3.0.ebuild +++ b/sys-apps/flashrom/flashrom-1.3.0.ebuild @@ -7,7 +7,7 @@ inherit meson MY_P="${PN}-v${PV}" SRC_URI="https://download.flashrom.org/releases/${MY_P}.tar.bz2" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86" S="${WORKDIR}/${MY_P}" DESCRIPTION="Utility for reading, writing, erasing and verifying flash ROM chips" diff --git a/sys-apps/locale-gen/locale-gen-2.23.ebuild b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild index f038ac23e2ab..fb94d8f3c620 100644 --- a/sys-apps/locale-gen/locale-gen-2.23.ebuild +++ b/sys-apps/locale-gen/locale-gen-2.23-r1.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~ RDEPEND=" app-alternatives/awk - app-arch/gzip + app-alternatives/gzip sys-apps/gentoo-functions sys-apps/grep !<sys-libs/glibc-2.37-r3 diff --git a/sys-apps/nvme-cli/nvme-cli-2.4-r2.ebuild b/sys-apps/nvme-cli/nvme-cli-2.4-r2.ebuild index 8f6d78dffcbc..662685fa7858 100644 --- a/sys-apps/nvme-cli/nvme-cli-2.4-r2.ebuild +++ b/sys-apps/nvme-cli/nvme-cli-2.4-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/linux-nvme/nvme-cli/archive/v${PV}.tar.gz -> ${P}.gh LICENSE="GPL-2 GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm64 ~loong ppc64 ~riscv x86" IUSE="hugepages +json" RDEPEND=" |
