diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:51:15 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:51 +0300 |
commit | fa29ea678f2956e2a4d570157f1e75772e02fd5d (patch) | |
tree | 90ba5653084c26c7e7c214834abf5473339d81f4 /sci-libs/dcmtk | |
parent | sci-libs/cxsparse: destabilize for ~x86 (diff) | |
download | gentoo-fa29ea678f2956e2a4d570157f1e75772e02fd5d.tar.gz gentoo-fa29ea678f2956e2a4d570157f1e75772e02fd5d.tar.bz2 gentoo-fa29ea678f2956e2a4d570157f1e75772e02fd5d.zip |
sci-libs/dcmtk: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/dcmtk')
-rw-r--r-- | sci-libs/dcmtk/dcmtk-3.6.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/dcmtk/dcmtk-3.6.7-r1.ebuild b/sci-libs/dcmtk/dcmtk-3.6.7-r1.ebuild index 4a85f26eadb1..88c510729a28 100644 --- a/sci-libs/dcmtk/dcmtk-3.6.7-r1.ebuild +++ b/sci-libs/dcmtk/dcmtk-3.6.7-r1.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=8 @@ -10,7 +10,7 @@ HOMEPAGE="https://dicom.offis.de/dcmtk.php.en" SRC_URI="https://dicom.offis.de/download/dcmtk/release/${P}.tar.gz" LICENSE="OFFIS" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" SLOT="0" IUSE="doc png ssl tcpd tiff +threads xml zlib" |