diff options
author | 2008-06-08 16:04:19 +0000 | |
---|---|---|
committer | 2008-06-08 16:04:19 +0000 | |
commit | 35be08c5fb198eed97a1198cb2ec54cb25a1e3fa (patch) | |
tree | 6606656465ea7bd9e256b4d945ab5201706d9d39 /media-libs/libvisual | |
parent | New ebuild with Desktop entries and fix for bug 225361. (diff) | |
download | gentoo-2-35be08c5fb198eed97a1198cb2ec54cb25a1e3fa.tar.gz gentoo-2-35be08c5fb198eed97a1198cb2ec54cb25a1e3fa.tar.bz2 gentoo-2-35be08c5fb198eed97a1198cb2ec54cb25a1e3fa.zip |
stable on sparc, 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 f5438435807b..71c2ddf180a2 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.31 2008/06/05 08:54:53 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.32 2008/06/08 16:04:19 bluebird Exp $ + + 08 Jun 2008; Friedrich Oslage <bluebird@gentoo.org> + libvisual-0.4.0-r1.ebuild: + stable on sparc, bug #224377 05 Jun 2008; Christian Faulhammer <opfer@gentoo.org> libvisual-0.4.0-r1.ebuild: diff --git a/media-libs/libvisual/libvisual-0.4.0-r1.ebuild b/media-libs/libvisual/libvisual-0.4.0-r1.ebuild index 394eda99ff67..611863c2999e 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.4 2008/06/05 08:54:53 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r1.ebuild,v 1.5 2008/06/08 16:04:19 bluebird 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 )" |