diff options
author | Alex Fan <alex.fan.q@gmail.com> | 2022-02-28 12:43:56 +1100 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-02-28 15:02:41 +0800 |
commit | 127bf4d7986d94953b8c3b6d0ffdc92f53810325 (patch) | |
tree | 37b944f795e9dbbe88bb564eb2a09597461c393c /sci-libs/dcmtk | |
parent | media-libs/ptex: keyword 2.3.2 for ~riscv (diff) | |
download | gentoo-127bf4d7986d94953b8c3b6d0ffdc92f53810325.tar.gz gentoo-127bf4d7986d94953b8c3b6d0ffdc92f53810325.tar.bz2 gentoo-127bf4d7986d94953b8c3b6d0ffdc92f53810325.zip |
sci-libs/dcmtk: keyword 3.6.5 for ~riscv
Signed-off-by: Alex Fan <alex.fan.q@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sci-libs/dcmtk')
-rw-r--r-- | sci-libs/dcmtk/dcmtk-3.6.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/dcmtk/dcmtk-3.6.5.ebuild b/sci-libs/dcmtk/dcmtk-3.6.5.ebuild index 3a0f52103c40..d611928362a6 100644 --- a/sci-libs/dcmtk/dcmtk-3.6.5.ebuild +++ b/sci-libs/dcmtk/dcmtk-3.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" SLOT="0" IUSE="doc png ssl tcpd tiff +threads xml zlib" |