Skip to content

Commit

Permalink
sys-boot/udk: [QA] Add missing python metadata variables
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
SoapGentoo committed Apr 23, 2017
1 parent ae3b86c commit b0db418
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions sys-boot/udk/udk-2015.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -8,21 +8,23 @@ PYTHON_REQ_USE="sqlite"

inherit flag-o-matic multiprocessing python-single-r1 toolchain-funcs versionator

MY_V="${PN^^}$(get_version_component_range 1)"

DESCRIPTION="Tianocore UEFI Development kit"
HOMEPAGE="http://www.tianocore.org/edk2/"
MY_V="${PN^^}$(get_version_component_range 1)"
SRC_URI="https://github.com/tianocore/${PN}/releases/download/${MY_V}/${MY_V}.Complete.MyWorkSpace.zip"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"

DEPEND="app-arch/unzip
dev-lang/nasm
${PYTHON_DEPS}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}
app-arch/unzip
dev-lang/nasm"

S="${WORKDIR}/MyWorkSpace"

pkg_setup() {
Expand Down

0 comments on commit b0db418

Please sign in to comment.