Skip to content

Commit

Permalink
app-i18n/unicode-data: use BDEPEND for app-arch/unzip
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 18, 2021
1 parent b3d4d2b commit fc6c64f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions app-i18n/unicode-data/unicode-data-12.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down
6 changes: 2 additions & 4 deletions app-i18n/unicode-data/unicode-data-12.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}"

Expand Down

0 comments on commit fc6c64f

Please sign in to comment.