diff options
author | 2013-01-01 12:35:30 +0000 | |
---|---|---|
committer | 2013-01-01 12:35:30 +0000 | |
commit | a680a985a35b61722bfb302b9f100d89639d988a (patch) | |
tree | 6eb7632216ae61329f9c59ebbbb8a0db797a993a /media-libs | |
parent | Marked ~x86-freebsd (diff) | |
download | gentoo-2-a680a985a35b61722bfb302b9f100d89639d988a.tar.gz gentoo-2-a680a985a35b61722bfb302b9f100d89639d988a.tar.bz2 gentoo-2-a680a985a35b61722bfb302b9f100d89639d988a.zip |
Add ~ia64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/celt/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/celt/celt-0.7.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/celt/ChangeLog b/media-libs/celt/ChangeLog index f66dd60e76b4..6fc13ad7f107 100644 --- a/media-libs/celt/ChangeLog +++ b/media-libs/celt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/celt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.21 2013/01/01 12:19:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.22 2013/01/01 12:35:30 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> celt-0.7.1.ebuild: + Add ~ia64, wrt bug #449220 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> celt-0.5.1.3.ebuild: Add ~ia64, wrt bug #449220 diff --git a/media-libs/celt/celt-0.7.1.ebuild b/media-libs/celt/celt-0.7.1.ebuild index d4e20f831332..acd9f8af15ff 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 +# Copyright 1999-2013 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.7 2012/12/31 15:49:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.7.1.ebuild,v 1.8 2013/01/01 12:35:30 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 ~ppc64 x86" +KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 x86" IUSE="ogg" DEPEND="ogg? ( media-libs/libogg )" |