diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-17 15:28:11 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-17 15:28:11 +0000 |
commit | 3fa05d35c40c7366eacbcedecbd9eddc1c4555ee (patch) | |
tree | 7d6f67035e668b7f4b1e6ad653610ae1b79227ac /media-libs/libvisual | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-3fa05d35c40c7366eacbcedecbd9eddc1c4555ee.tar.gz gentoo-2-3fa05d35c40c7366eacbcedecbd9eddc1c4555ee.tar.bz2 gentoo-2-3fa05d35c40c7366eacbcedecbd9eddc1c4555ee.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libvisual')
-rw-r--r-- | media-libs/libvisual/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvisual/libvisual-0.4.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libvisual/ChangeLog b/media-libs/libvisual/ChangeLog index 2d0d8198fe43..ce7fabcfb7ea 100644 --- a/media-libs/libvisual/ChangeLog +++ b/media-libs/libvisual/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvisual # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.42 2012/05/05 08:02:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.43 2012/05/17 15:28:11 aballier Exp $ + + 17 May 2012; Alexis Ballier <aballier@gentoo.org> libvisual-0.4.0-r2.ebuild: + keyword ~amd64-fbsd 05 May 2012; Jeff Horelick <jdhore@gentoo.org> libvisual-0.4.0-r1.ebuild, 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 901d67f6dd2d..f6102cbc15d9 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-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.8 2012/05/05 08:02:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.9 2012/05/17 15:28:11 aballier 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 hppa ~mips ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 hppa ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug nls static-libs threads" RDEPEND="threads? ( dev-libs/glib:2 )" |