diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-25 14:08:05 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-25 14:10:25 +0200 |
commit | ef7700943ea4e06ee164a169fb8b407be8799e4e (patch) | |
tree | a932ffb489d9fa66d02cc006323959e21f3ec5cf /x11-misc | |
parent | x11-drivers/xf86-video-intel: Add new snapshot (diff) | |
download | gentoo-ef7700943ea4e06ee164a169fb8b407be8799e4e.tar.gz gentoo-ef7700943ea4e06ee164a169fb8b407be8799e4e.tar.bz2 gentoo-ef7700943ea4e06ee164a169fb8b407be8799e4e.zip |
x11-misc/treeline: [QA] Fix loop over TLLINGUAS in src_unpack.
Also specify LICENSE more precisely.
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/treeline/treeline-1.4.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/treeline/treeline-1.4.1-r1.ebuild b/x11-misc/treeline/treeline-1.4.1-r1.ebuild index cdc989fc524f..39f3bb5f9feb 100644 --- a/x11-misc/treeline/treeline-1.4.1-r1.ebuild +++ b/x11-misc/treeline/treeline-1.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ DESCRIPTION="TreeLine is a structured information storage program" HOMEPAGE="http://treeline.bellz.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86" @@ -37,7 +37,7 @@ S="${WORKDIR}/TreeLine" src_unpack() { unpack ${P}.tar.gz local lingua - for lingua in ${TLLINGUAS}; do + for lingua in "${TLLINGUAS[@]}"; do if use linguas_${lingua}; then tar xozf "${DISTDIR}"/${PN}-i18n-${PV}a.tar.gz \ TreeLine/doc/{readme_${lingua}.trl,README_${lingua}.html} \ |