diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-02-15 16:05:21 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-02-15 16:05:21 +0100 |
commit | 4faf17aa06505dcc1d025e558f232e279c4d5431 (patch) | |
tree | 1d1d11ce055e9c156cc7713b728d8af6884144a9 /media-libs/libilbc | |
parent | media-libs/libebur128: amd64 stable wrt bug #608868 (diff) | |
download | gentoo-4faf17aa06505dcc1d025e558f232e279c4d5431.tar.gz gentoo-4faf17aa06505dcc1d025e558f232e279c4d5431.tar.bz2 gentoo-4faf17aa06505dcc1d025e558f232e279c4d5431.zip |
media-libs/libilbc: amd64 stable wrt bug #608868
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/libilbc')
-rw-r--r-- | media-libs/libilbc/libilbc-2.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild index b056c4a0a7e1..95a366601fc0 100644 --- a/media-libs/libilbc/libilbc-2.0.2.ebuild +++ b/media-libs/libilbc/libilbc-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,10 +8,10 @@ if [[ ${PV} == 9999 ]] ; then SCM="autotools git-2" EGIT_REPO_URI="https://github.com/TimothyGu/libilbc" SRC_URI="" - KEYWORDS="" + KEYWORDS="amd64" else SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" fi inherit eutils multilib ${SCM} autotools-multilib |