commit: cdb7079208b3899fc0a5c2ca554cc479469631a6 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Nov 26 18:55:39 2016 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Nov 26 20:23:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb70792
app-office/worklog-assistant-bin: [QA] Add missing bindist restriction. Also fix variables blocks to be in canonical order. Package-Manager: portage-2.3.2 app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3577.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3577.ebuild b/app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3577.ebuild index e5e0a2c..268081d 100644 --- a/app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3577.ebuild +++ b/app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3577.ebuild @@ -13,13 +13,12 @@ SRC_URI="https://worklogassistant.com/downloads/${MY_PN}-v2_${PV}_amd64.deb" LICENSE="worklog-assistant" SLOT="0" KEYWORDS="~amd64" -IUSE="" +RESTRICT="fetch bindist strip" RDEPEND="" DEPEND="${RDEPEND}" S="${WORKDIR}" -RESTRICT="fetch strip" PATCHES=( "${FILESDIR}/${P}-fix-desktop.patch"
