diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-06-05 08:54:53 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-06-05 08:54:53 +0000 |
commit | 196356daa3a0bc464d2f3b56aae0ace234c7f939 (patch) | |
tree | 3c371803f7ee544b8c21fac7f5d8add8278c79c0 /media-libs/libvisual | |
parent | remove SELinux maskings as requested on bug 224641 (diff) | |
download | gentoo-2-196356daa3a0bc464d2f3b56aae0ace234c7f939.tar.gz gentoo-2-196356daa3a0bc464d2f3b56aae0ace234c7f939.tar.bz2 gentoo-2-196356daa3a0bc464d2f3b56aae0ace234c7f939.zip |
stable x86, bug 224377
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/libvisual')
-rw-r--r-- | media-libs/libvisual/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libvisual/libvisual-0.4.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libvisual/ChangeLog b/media-libs/libvisual/ChangeLog index 3d3f19d5f843..f5438435807b 100644 --- a/media-libs/libvisual/ChangeLog +++ b/media-libs/libvisual/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libvisual # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.30 2008/06/04 07:37:03 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.31 2008/06/05 08:54:53 opfer Exp $ + + 05 Jun 2008; Christian Faulhammer <opfer@gentoo.org> + libvisual-0.4.0-r1.ebuild: + stable x86, bug 224377 04 Jun 2008; Markus Rothe <corsair@gentoo.org> libvisual-0.4.0-r1.ebuild: Stable on ppc64; bug #224377 diff --git a/media-libs/libvisual/libvisual-0.4.0-r1.ebuild b/media-libs/libvisual/libvisual-0.4.0-r1.ebuild index 7819f46c31d3..394eda99ff67 100644 --- a/media-libs/libvisual/libvisual-0.4.0-r1.ebuild +++ b/media-libs/libvisual/libvisual-0.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r1.ebuild,v 1.3 2008/06/04 07:37:03 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r1.ebuild,v 1.4 2008/06/05 08:54:53 opfer Exp $ DESCRIPTION="Libvisual is an abstraction library that comes between applications and audio visualisation plugins." HOMEPAGE="http://libvisual.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0.4" -KEYWORDS="~amd64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug nls threads" RDEPEND="threads? ( >=dev-libs/glib-2 )" |