commit: 90fac88038bebd2e34d63d2eedf4c3cc6bb30d32
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 5 14:48:21 2016 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Aug 5 14:48:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fac880
dev-lang/esco: bump EAPI to 6, change LINGUAS to L10N in USE
Package-Manager: portage-2.3.0
dev-lang/esco/esco-0.512.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-lang/esco/esco-0.512.ebuild b/dev-lang/esco/esco-0.512.ebuild
index 2e7858e..3a18cb8 100644
--- a/dev-lang/esco/esco-0.512.ebuild
+++ b/dev-lang/esco/esco-0.512.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
MY_PN="${PN}-src"
MY_P="${MY_PN}-${PV}"
@@ -15,9 +15,9 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="gmp linguas_ru"
+IUSE="gmp l10n_ru"
-DEPEND="gmp? ( dev-libs/gmp )"
+DEPEND="gmp? ( dev-libs/gmp:0 )"
RDEPEND="${DEPEND}"
DOCS=( AUTHORS ChangeLog README TODO docs/basics.txt )
@@ -28,5 +28,5 @@ src_configure() {
src_install() {
default
- use linguas_ru && dodoc docs/README_RU.utf8
+ use l10n_ru && dodoc docs/README_RU.utf8
}