diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:25:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:25:13 +0200 |
commit | bba4769bdd4b2f7879a6870e59364ded024ecf1d (patch) | |
tree | 7f652a302c23e9584f16c080c3884308931059e9 /net-libs | |
parent | net-libs/gsnmp: Sort KEYWORDS (diff) | |
download | gentoo-bba4769bdd4b2f7879a6870e59364ded024ecf1d.tar.gz gentoo-bba4769bdd4b2f7879a6870e59364ded024ecf1d.tar.bz2 gentoo-bba4769bdd4b2f7879a6870e59364ded024ecf1d.zip |
net-libs/iax: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/iax/iax-0.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/iax/iax-0.2.2.ebuild b/net-libs/iax/iax-0.2.2.ebuild index cb1e120a2c5a..d29014d2cb7a 100644 --- a/net-libs/iax/iax-0.2.2.ebuild +++ b/net-libs/iax/iax-0.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -15,7 +15,7 @@ SRC_URI="https://www.digium.com/pub/libiax/${P}.tar.gz" D_PREFIX=/usr -KEYWORDS="x86 ppc" +KEYWORDS="ppc x86" src_compile() { ./configure --prefix=${D_PREFIX} --enable-autoupdate |