diff options
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/qcma/qcma-0.4.1-r2.ebuild | 2 | ||||
-rw-r--r-- | app-misc/qcma/qcma-0.4.2_pre20181227-r2.ebuild | 2 | ||||
-rw-r--r-- | app-misc/qcma/qcma-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/qcma/qcma-0.4.1-r2.ebuild b/app-misc/qcma/qcma-0.4.1-r2.ebuild index d0bafe67a995..7a76c85de0c4 100644 --- a/app-misc/qcma/qcma-0.4.1-r2.ebuild +++ b/app-misc/qcma/qcma-0.4.1-r2.ebuild @@ -41,7 +41,7 @@ src_prepare() { src_configure() { $(qt5_get_bindir)/lrelease common/resources/translations/*.ts || die - eqmake5 PREFIX="${D}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") + eqmake5 PREFIX="${EPREFIX}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") } src_install() { diff --git a/app-misc/qcma/qcma-0.4.2_pre20181227-r2.ebuild b/app-misc/qcma/qcma-0.4.2_pre20181227-r2.ebuild index 5413cea745d3..2425160e6ca4 100644 --- a/app-misc/qcma/qcma-0.4.2_pre20181227-r2.ebuild +++ b/app-misc/qcma/qcma-0.4.2_pre20181227-r2.ebuild @@ -43,7 +43,7 @@ src_prepare() { src_configure() { $(qt5_get_bindir)/lrelease common/resources/translations/*.ts || die - eqmake5 PREFIX="${D}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") + eqmake5 PREFIX="${EPREFIX}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") } src_install() { diff --git a/app-misc/qcma/qcma-9999.ebuild b/app-misc/qcma/qcma-9999.ebuild index 008ee3ac9e92..d2fd9827f822 100644 --- a/app-misc/qcma/qcma-9999.ebuild +++ b/app-misc/qcma/qcma-9999.ebuild @@ -41,7 +41,7 @@ src_prepare() { src_configure() { $(qt5_get_bindir)/lrelease common/resources/translations/*.ts || die - eqmake5 PREFIX="${D}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") + eqmake5 PREFIX="${EPREFIX}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") } src_install() { |