sys-fs/mhddfs: Migrate from LINGUAS to L10N.
authorUlrich Müller <ulm@gentoo.org>
Sat, 25 Jun 2016 15:59:23 +0000 (17:59 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sat, 25 Jun 2016 15:59:23 +0000 (17:59 +0200)
Package-Manager: portage-2.3.0

sys-fs/mhddfs/mhddfs-0.1.39.ebuild

index 79be5d001610c1dcb15cc1f5e6e7b98696a0a83a..611cef6cb6638c6842ff45d54739c2fc026c3cc9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="http://mhddfs.uvw.ru/downloads/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64"
-IUSE="linguas_ru suid"
+IUSE="l10n_ru suid"
 
 RDEPEND=">=sys-fs/fuse-2.7.0"
 DEPEND="${RDEPEND}
@@ -32,7 +32,7 @@ src_install() {
        dobin mhddfs
        doman mhddfs.1
        dodoc ${DOCS}
-       use linguas_ru && dodoc README.ru.UTF-8
+       use l10n_ru && dodoc README.ru.UTF-8
        use suid && fperms u+s /usr/bin/${PN}
 }