diff options
author | 2024-09-07 18:44:22 +0300 | |
---|---|---|
committer | 2024-09-12 21:37:40 +0300 | |
commit | 0e727a3a16bc2abfd39386f10821d3e5ce89c45a (patch) | |
tree | 164e6feca0fcb560567eee3a6fa1d0631c70a746 /net-libs/srt | |
parent | sys-apps/salinfo: last-rite (diff) | |
download | gentoo-0e727a3a16bc2abfd39386f10821d3e5ce89c45a.tar.gz gentoo-0e727a3a16bc2abfd39386f10821d3e5ce89c45a.tar.bz2 gentoo-0e727a3a16bc2abfd39386f10821d3e5ce89c45a.zip |
*/*: unkeyword ~ia64
Change was created by running the following command::
ekeyword ^ia64 */*/*.ebuild
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs/srt')
-rw-r--r-- | net-libs/srt/srt-1.5.1.ebuild | 2 | ||||
-rw-r--r-- | net-libs/srt/srt-1.5.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/srt/srt-1.5.1.ebuild b/net-libs/srt/srt-1.5.1.ebuild index b23cb847814e..128d2d912c36 100644 --- a/net-libs/srt/srt-1.5.1.ebuild +++ b/net-libs/srt/srt-1.5.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv -sparc x86 ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv -sparc x86 ~ppc-macos ~x64-macos" fi LICENSE="MPL-2.0" diff --git a/net-libs/srt/srt-1.5.3.ebuild b/net-libs/srt/srt-1.5.3.ebuild index de20957ff470..007870cfe9b0 100644 --- a/net-libs/srt/srt-1.5.3.ebuild +++ b/net-libs/srt/srt-1.5.3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv -sparc ~x86 ~ppc-macos ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv -sparc ~x86 ~ppc-macos ~x64-macos" fi LICENSE="MPL-2.0" |