diff options
author | Rick Farina <zerochaos@gentoo.org> | 2014-07-27 21:41:21 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2014-07-27 21:41:21 +0000 |
commit | 695208c0b4db1ec921a5255bf949b730aa3b7728 (patch) | |
tree | 54bee85ed6d301e7c5aac69ca5029961be3190ff /net-voip/yate/yate-5.4.0.ebuild | |
parent | mask net-voip/yate[dahdi] since net-misc/dahdi can't build on arm (diff) | |
download | gentoo-2-695208c0b4db1ec921a5255bf949b730aa3b7728.tar.gz gentoo-2-695208c0b4db1ec921a5255bf949b730aa3b7728.tar.bz2 gentoo-2-695208c0b4db1ec921a5255bf949b730aa3b7728.zip |
adding ~arm
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-voip/yate/yate-5.4.0.ebuild')
-rw-r--r-- | net-voip/yate/yate-5.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-voip/yate/yate-5.4.0.ebuild b/net-voip/yate/yate-5.4.0.ebuild index 769db2c27249..ef07f67a767d 100644 --- a/net-voip/yate/yate-5.4.0.ebuild +++ b/net-voip/yate/yate-5.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild,v 1.1 2014/07/25 20:38:40 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild,v 1.2 2014/07/27 21:41:21 zerochaos Exp $ EAPI=5 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then KEYWORDS="" else SRC_URI="http://voip.null.ro/tarballs/${PN}5/${P}-1.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" S="${WORKDIR}/${PN}" fi |