Skip to content

Commit

Permalink
sys-fs/mhddfs: Migrate from LINGUAS to L10N.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
ulm committed Jun 25, 2016
1 parent 4a93562 commit 78cbc32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys-fs/mhddfs/mhddfs-0.1.39.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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}
Expand All @@ -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}
}

Expand Down

0 comments on commit 78cbc32

Please sign in to comment.