diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:19:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:13 +0100 |
commit | fc6c64f20b1c95989f32956efeb77a12f7576586 (patch) | |
tree | caf691124cac8a3ae2737a4903272787de533d2e /app-i18n | |
parent | app-i18n/scim-anthy: eutils->epatch (diff) | |
download | gentoo-fc6c64f20b1c95989f32956efeb77a12f7576586.tar.gz gentoo-fc6c64f20b1c95989f32956efeb77a12f7576586.tar.bz2 gentoo-fc6c64f20b1c95989f32956efeb77a12f7576586.zip |
app-i18n/unicode-data: use BDEPEND for app-arch/unzip
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/unicode-data/unicode-data-12.0.0.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/unicode-data/unicode-data-12.1.0.ebuild | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/app-i18n/unicode-data/unicode-data-12.0.0.ebuild b/app-i18n/unicode-data/unicode-data-12.0.0.ebuild index 1d5570ba7d79..90545a676bfe 100644 --- a/app-i18n/unicode-data/unicode-data-12.0.0.ebuild +++ b/app-i18n/unicode-data/unicode-data-12.0.0.ebuild @@ -11,10 +11,8 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip LICENSE="unicode" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" S="${WORKDIR}" diff --git a/app-i18n/unicode-data/unicode-data-12.1.0.ebuild b/app-i18n/unicode-data/unicode-data-12.1.0.ebuild index 77cce03aea3d..d5f7f27ee193 100644 --- a/app-i18n/unicode-data/unicode-data-12.1.0.ebuild +++ b/app-i18n/unicode-data/unicode-data-12.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,10 +11,8 @@ SRC_URI="https://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip LICENSE="unicode" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" S="${WORKDIR}" |