summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-07-03 18:29:23 +0200
committerUlrich Müller <ulm@gentoo.org>2016-07-03 18:39:32 +0200
commit50972cd3e8ebb2dccb938140445b3c9044105f09 (patch)
tree0170a9b7443660af8458eb7ae1cda498e2c1ffe2
parentx11-wm/mutter: Version bump (diff)
downloadgentoo-50972cd3e8ebb2dccb938140445b3c9044105f09.tar.gz
gentoo-50972cd3e8ebb2dccb938140445b3c9044105f09.tar.bz2
gentoo-50972cd3e8ebb2dccb938140445b3c9044105f09.zip
app-accessibility/edbrowse: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0
-rw-r--r--app-accessibility/edbrowse/edbrowse-3.5.1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild b/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild
index c26fb874e50e..4239a3a4a81c 100644
--- a/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild
+++ b/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild
@@ -8,10 +8,12 @@ inherit eutils
DESCRIPTION="editor, browser, and mail client using the /bin/ed interface"
HOMEPAGE="http://the-brannons.com/edbrowse/"
SRC_URI="http://the-brannons.com/${PN}/${P}.zip"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="libressl linguas_fr odbc"
+IUSE="libressl odbc l10n_fr"
+
COMMON_DEPEND=">=dev-lang/spidermonkey-24.0:24
>=sys-libs/readline-6.0
>=net-misc/curl-7.36.0
@@ -52,7 +54,7 @@ src_install() {
dobin setup.ebrc
dohtml usersguide.html philosophy.html
dodoc sample.ebrc
- if use linguas_fr; then
+ if use l10n_fr; then
dohtml usersguide_fr.html philosophy_fr.html
dodoc sample_fr.ebrc
fi