diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-15 13:07:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-15 13:07:41 +0000 |
commit | 84e93a2c04b59222b913d58ec56b9323f663c7b9 (patch) | |
tree | 1e080c539f51bb1315e24408a3b51fb3d9f45dc3 /media-video | |
parent | Version bump. (diff) | |
download | gentoo-2-84e93a2c04b59222b913d58ec56b9323f663c7b9.tar.gz gentoo-2-84e93a2c04b59222b913d58ec56b9323f663c7b9.tar.bz2 gentoo-2-84e93a2c04b59222b913d58ec56b9323f663c7b9.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/dirac/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/dirac/dirac-1.0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/dirac/ChangeLog b/media-video/dirac/ChangeLog index 0fe6ce07a54c..e42fc083c96f 100644 --- a/media-video/dirac/ChangeLog +++ b/media-video/dirac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/dirac -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dirac/ChangeLog,v 1.41 2011/10/23 23:40:11 abcd Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dirac/ChangeLog,v 1.42 2012/05/15 13:07:41 aballier Exp $ + + 15 May 2012; Alexis Ballier <aballier@gentoo.org> dirac-1.0.2.ebuild: + keyword ~amd64-fbsd 23 Oct 2011; Jonathan Callen <abcd@gentoo.org> dirac-1.0.2.ebuild: Add missing ${EPREFIX} and migrate prefix keywords from overlay diff --git a/media-video/dirac/dirac-1.0.2.ebuild b/media-video/dirac/dirac-1.0.2.ebuild index 95e6c1522736..941f2b89ba57 100644 --- a/media-video/dirac/dirac-1.0.2.ebuild +++ b/media-video/dirac/dirac-1.0.2.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-video/dirac/dirac-1.0.2.ebuild,v 1.11 2011/10/23 23:40:11 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dirac/dirac-1.0.2.ebuild,v 1.12 2012/05/15 13:07:41 aballier Exp $ EAPI=4 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="debug doc mmx static-libs" RDEPEND="" |