diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:36:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:36:47 +0200 |
commit | 81d737608c1f18b6acb0a0b6103b9801b8676cf3 (patch) | |
tree | 8dc7e31278906928c2484056cf4bcf2515a5a248 /net-libs/srt | |
parent | net-irc: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-81d737608c1f18b6acb0a0b6103b9801b8676cf3.tar.gz gentoo-81d737608c1f18b6acb0a0b6103b9801b8676cf3.tar.bz2 gentoo-81d737608c1f18b6acb0a0b6103b9801b8676cf3.zip |
net-libs: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/srt')
-rw-r--r-- | net-libs/srt/srt-1.3.2.ebuild | 2 | ||||
-rw-r--r-- | net-libs/srt/srt-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/srt/srt-1.3.2.ebuild b/net-libs/srt/srt-1.3.2.ebuild index f329f489083a..e1a8cecd0f14 100644 --- a/net-libs/srt/srt-1.3.2.ebuild +++ b/net-libs/srt/srt-1.3.2.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 ppc ppc64 -sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 -sparc x86 ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="LGPL-2.1" diff --git a/net-libs/srt/srt-9999.ebuild b/net-libs/srt/srt-9999.ebuild index 107502219327..f5e557bab10e 100644 --- a/net-libs/srt/srt-9999.ebuild +++ b/net-libs/srt/srt-9999.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 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="LGPL-2.1" |