diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2013-07-11 19:24:39 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2013-07-11 19:24:39 +0000 |
commit | 26f66db0853f2c7b4aaebf8a0332e1959bcc9496 (patch) | |
tree | df4511ab8174ee9dc20de89dc3c1659ddad11497 /media-libs/soxr/soxr-0.1.1.ebuild | |
parent | old (diff) | |
download | gentoo-2-26f66db0853f2c7b4aaebf8a0332e1959bcc9496.tar.gz gentoo-2-26f66db0853f2c7b4aaebf8a0332e1959bcc9496.tar.bz2 gentoo-2-26f66db0853f2c7b4aaebf8a0332e1959bcc9496.zip |
ppc, ppc64 keywords added, bug 457140
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'media-libs/soxr/soxr-0.1.1.ebuild')
-rw-r--r-- | media-libs/soxr/soxr-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/soxr/soxr-0.1.1.ebuild b/media-libs/soxr/soxr-0.1.1.ebuild index 550f1587d83e..1da3bae35461 100644 --- a/media-libs/soxr/soxr-0.1.1.ebuild +++ b/media-libs/soxr/soxr-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/soxr/soxr-0.1.1.ebuild,v 1.5 2013/05/24 20:09:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/soxr/soxr-0.1.1.ebuild,v 1.6 2013/07/11 19:24:39 vincent Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/soxr/${MY_P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd" IUSE="examples" DEPEND="" |