diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-06-14 10:08:35 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-06-14 10:08:35 +0000 |
commit | cbb634fd402f98dabe15632e91a928c1ee810066 (patch) | |
tree | 8ed3ab9feb45a092d9e039f360e18a756b3b8b7c /media-libs/libvisual | |
parent | Stable on amd64, bug #224097 (diff) | |
download | gentoo-2-cbb634fd402f98dabe15632e91a928c1ee810066.tar.gz gentoo-2-cbb634fd402f98dabe15632e91a928c1ee810066.tar.bz2 gentoo-2-cbb634fd402f98dabe15632e91a928c1ee810066.zip |
Stable on amd64, bug #224377
(Portage version: 2.1.5.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 71c2ddf180a2..5eccbe140a50 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.32 2008/06/08 16:04:19 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.33 2008/06/14 10:08:35 angelos Exp $ + + 14 Jun 2008; Christoph Mende <angelos@gentoo.org> + libvisual-0.4.0-r1.ebuild: + Stable on amd64, bug #224377 08 Jun 2008; Friedrich Oslage <bluebird@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 611863c2999e..0717c418c890 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.5 2008/06/08 16:04:19 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r1.ebuild,v 1.6 2008/06/14 10:08:35 angelos 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 )" |