diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-27 15:40:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-27 15:40:02 +0000 |
commit | ad170cbb8b7bb08c483ed770bc4f952da52435fe (patch) | |
tree | 07de86e56f29b223dc907bbbf4df4ab08a398266 /media-libs/libvisual | |
parent | Fix compilation on ppc, bug #394183 (diff) | |
download | gentoo-2-ad170cbb8b7bb08c483ed770bc4f952da52435fe.tar.gz gentoo-2-ad170cbb8b7bb08c483ed770bc4f952da52435fe.tar.bz2 gentoo-2-ad170cbb8b7bb08c483ed770bc4f952da52435fe.zip |
Stable for amd64, wrt bug #400385
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libvisual')
-rw-r--r-- | media-libs/libvisual/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libvisual/libvisual-0.4.0-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libvisual/ChangeLog b/media-libs/libvisual/ChangeLog index 2469244cf26f..417bcfb28079 100644 --- a/media-libs/libvisual/ChangeLog +++ b/media-libs/libvisual/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvisual -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.36 2011/07/25 14:36:54 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.37 2012/01/27 15:40:02 ago Exp $ + + 27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> libvisual-0.4.0-r2.ebuild: + Stable for amd64, wrt bug #400385 25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> libvisual-0.4.0-r2.ebuild: diff --git a/media-libs/libvisual/libvisual-0.4.0-r2.ebuild b/media-libs/libvisual/libvisual-0.4.0-r2.ebuild index 6596df624894..eaf65c398cb2 100644 --- a/media-libs/libvisual/libvisual-0.4.0-r2.ebuild +++ b/media-libs/libvisual/libvisual-0.4.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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-r2.ebuild,v 1.2 2011/07/25 14:36:54 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.3 2012/01/27 15:40:02 ago Exp $ EAPI=4 inherit eutils @@ -11,7 +11,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 static-libs threads" RDEPEND="threads? ( dev-libs/glib:2 )" |