summaryrefslogtreecommitdiff
path: root/sys-libs/libstatgrab
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-14 04:00:22 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-14 04:00:22 +0100
commita64517889ae341f6c77a299cd3aecdcfcf1694f6 (patch)
tree410993b950943be906cf07547eb28561772ac995 /sys-libs/libstatgrab
parenta0e652963f4d02b0e7c1148509f4ce3327c83808 (diff)
gentoo auto-resync : 14:05:2023 - 04:00:22
Diffstat (limited to 'sys-libs/libstatgrab')
-rw-r--r--sys-libs/libstatgrab/Manifest2
-rw-r--r--sys-libs/libstatgrab/libstatgrab-0.92.ebuild8
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-libs/libstatgrab/Manifest b/sys-libs/libstatgrab/Manifest
index 05377457b848..4ba3c6801293 100644
--- a/sys-libs/libstatgrab/Manifest
+++ b/sys-libs/libstatgrab/Manifest
@@ -1,3 +1,3 @@
DIST libstatgrab-0.92.tar.gz 815262 BLAKE2B d8ca538f01d9e0b1d5c459c9c0da6df5b6806e02649d726c3ee8a2f69233a7183df6dda95980a8e6f8b438478ec28f4baa9d623d5372e5e3e28ea4909e905872 SHA512 a99c6be56d930779d0d8f6f81e64e2f31e19423009c39e925b39116a42aa2c6037651992ac2168c43a5c6ecadf3e4a58486ab6148cf96118c429b04fdcf65192
-EBUILD libstatgrab-0.92.ebuild 913 BLAKE2B c100c399080d58ddd5d46439c07364563cb1f6909b14451a0636bb2eb0e5f723b82967a38292e2be79142ab2704dc7e53e102fc6bb964b2f19bfd1aa5640811f SHA512 83997940ac2f2c546e2b45bc0398970f6b124c538be114392b9a1848870c8841c39bc43140f5eff82afc0b72d01fb9582de29083fc118bccc01a01c6045766ae
+EBUILD libstatgrab-0.92.ebuild 974 BLAKE2B 21dc28c266318dd255e9a4eeb5e8f4accb32975119d63417a2601c6e6947a7b237c9ded56f7db55dbf07385a2c10290393c6eb4ce01a7d584e223aa73871f072 SHA512 d82ce6bc68beeee4d55e32c64f1b40e9fc940cf03d18423d0ea11d383c9f3f349636a0a3ba47c9ae86a68de3489badb3c1226f15123517f4b1d97fe539a2eddb
MISC metadata.xml 256 BLAKE2B 2cc24f32d3929f21719f6dbfed59d471a6c5b3c8bc63534f0686f456805ded41b6d8e2dd7621443b1f57a3b09f43801b8a0649162d5afa995a8378fd76e1109b SHA512 b1a2dce972e99ca197dcb2f9c7830dd8f3702cb5c6cdbdbe6ec2de64df8a7d2fa6b680d194ebc3e8c53c1b8d05c1723673b1e56e7684ba2a4567adaa358335b6
diff --git a/sys-libs/libstatgrab/libstatgrab-0.92.ebuild b/sys-libs/libstatgrab/libstatgrab-0.92.ebuild
index 4e723145cf74..bfaaf511ec56 100644
--- a/sys-libs/libstatgrab/libstatgrab-0.92.ebuild
+++ b/sys-libs/libstatgrab/libstatgrab-0.92.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
@@ -10,9 +10,10 @@ SRC_URI="https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libst
LICENSE="|| ( GPL-2 LGPL-2.1 )"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ppc ~riscv x86"
-IUSE="examples"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
-RDEPEND="sys-libs/ncurses"
+RDEPEND="sys-libs/ncurses:="
DEPEND="${RDEPEND}"
DOCS=( ChangeLog PLATFORMS NEWS AUTHORS README )
@@ -23,6 +24,7 @@ src_configure() {
--disable-setuid-binaries
--with-ncurses
--disable-static
+ $(use_enable test tests)
)
econf "${myeconfargs[@]}"