summaryrefslogtreecommitdiff
path: root/app-text/paperwork/paperwork-2.2.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/paperwork/paperwork-2.2.1.ebuild')
-rw-r--r--app-text/paperwork/paperwork-2.2.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/paperwork/paperwork-2.2.1.ebuild b/app-text/paperwork/paperwork-2.2.1.ebuild
index a5fa423d906a..9124bd50a325 100644
--- a/app-text/paperwork/paperwork-2.2.1.ebuild
+++ b/app-text/paperwork/paperwork-2.2.1.ebuild
@@ -33,6 +33,7 @@ RDEPEND="~app-text/openpaperwork-core-${PV}[${PYTHON_USEDEP}]
x11-libs/libnotify[introspection]"
DEPEND="${RDEPEND}"
BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]
+ sys-apps/which
sys-devel/gettext"
S=${WORKDIR}/paperwork-${PV}/${PN}-gtk
@@ -41,7 +42,7 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
src_prepare() {
default
- cp -a "${WORKDIR}"/${PN}-gtk ${WORKDIR}/paperwork-${PV}/
+ cp -a "${WORKDIR}"/${PN}-gtk "${WORKDIR}"/paperwork-${PV}/
}
python_compile() {