diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 15:49:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 15:49:19 +0000 |
commit | 109043283e05e0dea13eb71d5e5cef8374708a7b (patch) | |
tree | 22fcfb13e2884f34e46603ec46e15de35793816f /media-libs/celt/celt-0.7.1.ebuild | |
parent | Add ~ppc64, wrt bug #449220 (diff) | |
download | historical-109043283e05e0dea13eb71d5e5cef8374708a7b.tar.gz historical-109043283e05e0dea13eb71d5e5cef8374708a7b.tar.bz2 historical-109043283e05e0dea13eb71d5e5cef8374708a7b.zip |
Add ~ppc64, wrt bug #449220
Package-Manager: portage-2.1.11.31/cvs/Linux ppc64
Diffstat (limited to 'media-libs/celt/celt-0.7.1.ebuild')
-rw-r--r-- | media-libs/celt/celt-0.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/celt/celt-0.7.1.ebuild b/media-libs/celt/celt-0.7.1.ebuild index bf54d82acef2..d4e20f831332 100644 --- a/media-libs/celt/celt-0.7.1.ebuild +++ b/media-libs/celt/celt-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.7.1.ebuild,v 1.6 2012/12/07 18:57:22 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.7.1.ebuild,v 1.7 2012/12/31 15:49:01 ago Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://downloads.us.xiph.org/releases/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ppc x86" +KEYWORDS="alpha amd64 ppc ~ppc64 x86" IUSE="ogg" DEPEND="ogg? ( media-libs/libogg )" |