diff options
author | 2010-07-23 10:19:17 +0000 | |
---|---|---|
committer | 2010-07-23 10:19:17 +0000 | |
commit | febf9f5079fd9b4efe16b82009e37b01feeb3f1f (patch) | |
tree | 1b8a462da8a5f11af0de67fb930daee92f1c357f /media-libs/celt | |
parent | stable x86, bug 329329 (diff) | |
download | gentoo-2-febf9f5079fd9b4efe16b82009e37b01feeb3f1f.tar.gz gentoo-2-febf9f5079fd9b4efe16b82009e37b01feeb3f1f.tar.bz2 gentoo-2-febf9f5079fd9b4efe16b82009e37b01feeb3f1f.zip |
stable x86, bug 329329
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'media-libs/celt')
-rw-r--r-- | media-libs/celt/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/celt/celt-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/celt/ChangeLog b/media-libs/celt/ChangeLog index 812f1aecc212..a48819577b7a 100644 --- a/media-libs/celt/ChangeLog +++ b/media-libs/celt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/celt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.8 2010/01/29 17:51:07 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.9 2010/07/23 10:19:17 fauli Exp $ + + 23 Jul 2010; Christian Faulhammer <fauli@gentoo.org> celt-0.7.1.ebuild: + stable x86, bug 329329 *celt-0.7.1 (29 Jan 2010) diff --git a/media-libs/celt/celt-0.7.1.ebuild b/media-libs/celt/celt-0.7.1.ebuild index 235671853fc7..f4add7c8d45f 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-2010 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.1 2010/01/29 17:51:07 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.7.1.ebuild,v 1.2 2010/07/23 10:19:17 fauli Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://downloads.us.xiph.org/releases/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc x86" IUSE="ogg" DEPEND="ogg? ( media-libs/libogg )" |