diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-08 14:54:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-08 14:54:30 +0000 |
commit | 40349ca2b2aa507a30634bfb7c8dff2211f9f0dc (patch) | |
tree | 654289b2ec77f67a76ec9b65f90b4eccf7eedf2f /media-libs | |
parent | Version bump (diff) | |
download | gentoo-2-40349ca2b2aa507a30634bfb7c8dff2211f9f0dc.tar.gz gentoo-2-40349ca2b2aa507a30634bfb7c8dff2211f9f0dc.tar.bz2 gentoo-2-40349ca2b2aa507a30634bfb7c8dff2211f9f0dc.zip |
Marked ~hppa (bug #401469).
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-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 c49e84c9232a..476a547d1e84 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.38 2012/01/28 14:40:10 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.39 2012/02/08 14:54:30 jer Exp $ + + 08 Feb 2012; Jeroen Roovers <jer@gentoo.org> libvisual-0.4.0-r2.ebuild: + Marked ~hppa (bug #401469). 28 Jan 2012; Pawel Hajdan jr <phajdan.jr@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 47491aea36ed..9a9dfc272c50 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.4 2012/01/28 14:40:10 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.5 2012/02/08 14:54:30 jer 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 ~hppa ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug nls static-libs threads" RDEPEND="threads? ( dev-libs/glib:2 )" |