diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 00:54:16 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 00:54:16 +0000 |
commit | c8e1f851bb49d7263ca0b0ed3f4c35cecea742b9 (patch) | |
tree | 6775e4d9823fc1c89f4e1ec7c7c1edbee4d6bb90 /media-libs | |
parent | x86 stable wrt bug #495546 (diff) | |
download | gentoo-2-c8e1f851bb49d7263ca0b0ed3f4c35cecea742b9.tar.gz gentoo-2-c8e1f851bb49d7263ca0b0ed3f4c35cecea742b9.tar.bz2 gentoo-2-c8e1f851bb49d7263ca0b0ed3f4c35cecea742b9.zip |
x86 stable wrt bug #495710
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/dumb/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/dumb/dumb-0.9.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/dumb/ChangeLog b/media-libs/dumb/ChangeLog index 97615b5fcb7f..18e001844410 100644 --- a/media-libs/dumb/ChangeLog +++ b/media-libs/dumb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/dumb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/ChangeLog,v 1.41 2014/02/22 13:36:47 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/ChangeLog,v 1.42 2014/02/24 00:54:16 phajdan.jr Exp $ + + 23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> dumb-0.9.3-r2.ebuild: + x86 stable wrt bug #495710 22 Feb 2014; Akinori Hattori <hattya@gentoo.org> dumb-0.9.3-r2.ebuild: ia64 stable wrt bug #495710 diff --git a/media-libs/dumb/dumb-0.9.3-r2.ebuild b/media-libs/dumb/dumb-0.9.3-r2.ebuild index 6815e9b50097..c422abc41f57 100644 --- a/media-libs/dumb/dumb-0.9.3-r2.ebuild +++ b/media-libs/dumb/dumb-0.9.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r2.ebuild,v 1.2 2014/02/22 13:36:47 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/dumb-0.9.3-r2.ebuild,v 1.3 2014/02/24 00:54:16 phajdan.jr Exp $ EAPI=5 inherit eutils multilib-build multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/dumb/${P}.tar.gz" LICENSE="DUMB-0.9.2" SLOT="0" -KEYWORDS="~alpha ~amd64 ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ia64 ~ppc ~ppc64 ~sparc x86" IUSE="debug" RDEPEND="" |