diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-05 17:30:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-05 17:30:43 +0000 |
commit | 358eb623d48e5d9e4abaa1f278b7b01cc69de182 (patch) | |
tree | 4494907c9e930c13c0b452320841e11d2964db89 /media-libs/openal | |
parent | Stable for sparc, wrt bug #450144 (diff) | |
download | gentoo-2-358eb623d48e5d9e4abaa1f278b7b01cc69de182.tar.gz gentoo-2-358eb623d48e5d9e4abaa1f278b7b01cc69de182.tar.bz2 gentoo-2-358eb623d48e5d9e4abaa1f278b7b01cc69de182.zip |
Stable for sparc, wrt bug #440002
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/openal')
-rw-r--r-- | media-libs/openal/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/openal/openal-1.15.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/openal/ChangeLog b/media-libs/openal/ChangeLog index 95c539d299d3..303a0a2103a6 100644 --- a/media-libs/openal/ChangeLog +++ b/media-libs/openal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/openal # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.162 2013/01/04 19:19:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.163 2013/01/05 17:30:43 ago Exp $ + + 05 Jan 2013; Agostino Sarubbo <ago@gentoo.org> openal-1.15.1.ebuild: + Stable for sparc, wrt bug #440002 04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> openal-1.15.1.ebuild: Stable for ia64, wrt bug #440002 diff --git a/media-libs/openal/openal-1.15.1.ebuild b/media-libs/openal/openal-1.15.1.ebuild index 43e2218f5c23..1d1573f286ba 100644 --- a/media-libs/openal/openal-1.15.1.ebuild +++ b/media-libs/openal/openal-1.15.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/openal/openal-1.15.1.ebuild,v 1.7 2013/01/04 19:19:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1.ebuild,v 1.8 2013/01/05 17:30:43 ago Exp $ EAPI=5 inherit cmake-utils @@ -13,7 +13,7 @@ SRC_URI="http://kcat.strangesoft.net/openal-releases/${MY_P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="alsa alstream coreaudio debug neon oss portaudio pulseaudio sse" RDEPEND="alsa? ( media-libs/alsa-lib ) |