diff options
author | Sam James <sam@gentoo.org> | 2021-02-01 13:33:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-01 13:33:10 +0000 |
commit | 9c5c6d0a387f45562455d49d8a5e70270868f09d (patch) | |
tree | 0cfa6875deb4eb7df6af1d0dd4e2041da95f6ba9 /media-libs | |
parent | media-video/rav1e: Stabilize 0.3.5 amd64, #768150 (diff) | |
download | gentoo-9c5c6d0a387f45562455d49d8a5e70270868f09d.tar.gz gentoo-9c5c6d0a387f45562455d49d8a5e70270868f09d.tar.bz2 gentoo-9c5c6d0a387f45562455d49d8a5e70270868f09d.zip |
media-libs/libilbc: Stabilize 3.0.4 amd64, #768153
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libilbc/libilbc-3.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libilbc/libilbc-3.0.4.ebuild b/media-libs/libilbc/libilbc-3.0.4.ebuild index 249f79ea2407..ffa5643bf7b7 100644 --- a/media-libs/libilbc/libilbc-3.0.4.ebuild +++ b/media-libs/libilbc/libilbc-3.0.4.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/TimothyGu/${PN}" else SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~sparc ~x86" fi DESCRIPTION="Packaged version of iLBC codec from the WebRTC project" |