summaryrefslogtreecommitdiff
path: root/app-text/paperwork/paperwork-2.2.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-07 22:21:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-07 22:21:54 +0000
commit06dcf64674a43718324bffee383625d2cd050b75 (patch)
tree4de58e857f3f0718fef4fc386e42577c2f4c9478 /app-text/paperwork/paperwork-2.2.1.ebuild
parent198bd0cd3c1be97f7deb5283fa00048718482de4 (diff)
gentoo auto-resync : 07:11:2023 - 22:21:54
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() {