diff options
author | 2004-09-10 18:04:31 +0000 | |
---|---|---|
committer | 2004-09-10 18:04:31 +0000 | |
commit | f467435ae533f1772cc29e6f256fdb9be0578740 (patch) | |
tree | 3a549bb831deedbc990c9ab38cc9ab8dac844f50 /media-plugins | |
parent | Fix bug #53560, remove broken version and add latest release ~-keyworded. (Ma... (diff) | |
download | gentoo-2-f467435ae533f1772cc29e6f256fdb9be0578740.tar.gz gentoo-2-f467435ae533f1772cc29e6f256fdb9be0578740.tar.bz2 gentoo-2-f467435ae533f1772cc29e6f256fdb9be0578740.zip |
Added nls flag
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythbrowser/mythbrowser-0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/mythbrowser/mythbrowser-0.16.ebuild b/media-plugins/mythbrowser/mythbrowser-0.16.ebuild index ef87ddaf6de1..99311e194458 100644 --- a/media-plugins/mythbrowser/mythbrowser-0.16.ebuild +++ b/media-plugins/mythbrowser/mythbrowser-0.16.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythbrowser/mythbrowser-0.16.ebuild,v 1.1 2004/09/10 17:39:06 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythbrowser/mythbrowser-0.16.ebuild,v 1.2 2004/09/10 18:04:31 aliz Exp $ inherit myth DESCRIPTION="Web browser module for MythTV." HOMEPAGE="http://www.mythtv.org/" SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" -IUSE="debug" +IUSE="debug nls" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" |