diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-04-02 11:37:09 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-04-02 11:37:09 +0000 |
commit | 6c05666580e5c2dacb35b797b781087729e432dd (patch) | |
tree | 098cad636dd35fe7068eafa2529f54acea2767d8 /media-libs/dumb | |
parent | Pull fixed quvi version (bug #355903) and enable it by default as it's now th... (diff) | |
download | gentoo-2-6c05666580e5c2dacb35b797b781087729e432dd.tar.gz gentoo-2-6c05666580e5c2dacb35b797b781087729e432dd.tar.bz2 gentoo-2-6c05666580e5c2dacb35b797b781087729e432dd.zip |
Marked ~ppc64 wrt #360587
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/dumb')
-rw-r--r-- | media-libs/dumb/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/dumb/dumb-0.9.3-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/dumb/ChangeLog b/media-libs/dumb/ChangeLog index 298c01605efa..f91f60be9c4f 100644 --- a/media-libs/dumb/ChangeLog +++ b/media-libs/dumb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/dumb -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/ChangeLog,v 1.37 2010/01/14 06:41:30 joker Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/ChangeLog,v 1.38 2011/04/02 11:37:09 xarthisius Exp $ + + 02 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org> dumb-0.9.3-r1.ebuild: + Marked ~ppc64 wrt #360587 14 Jan 2010; Christian Birchinger <joker@gentoo.org> -files/dumb-0.9.2-PIC.patch, dumb-0.9.3-r1.ebuild, diff --git a/media-libs/dumb/dumb-0.9.3-r1.ebuild b/media-libs/dumb/dumb-0.9.3-r1.ebuild index e038c034a27d..511171a893ec 100644 --- a/media-libs/dumb/dumb-0.9.3-r1.ebuild +++ b/media-libs/dumb/dumb-0.9.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/dumb-0.9.3-r1.ebuild,v 1.12 2010/01/14 06:41:30 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/dumb-0.9.3-r1.ebuild,v 1.13 2011/04/02 11:37:09 xarthisius Exp $ EAPI=2 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/dumb/${P}.tar.gz" LICENSE="DUMB-0.9.2" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86" IUSE="debug" RDEPEND="" |