summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-31 09:22:31 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-31 09:22:57 -0400
commita2c39442796e404a5408eb2348a784c0db3f5f69 (patch)
tree3a635f461674819f83937fe6835484577cd6c237
parentapp-accessibility/yasr: EAPI bump and patches cleanup (diff)
downloadgentoo-a2c39442.tar.gz
gentoo-a2c39442.tar.bz2
gentoo-a2c39442.zip
app-accessibility/yasr: cleanup src_configure
Drop dependency-tracking as it is default now. Add EPREFIX as well. Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--app-accessibility/yasr/yasr-0.6.9-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-accessibility/yasr/yasr-0.6.9-r1.ebuild b/app-accessibility/yasr/yasr-0.6.9-r1.ebuild
index 9c0ccb97b096..b9e8c1573d6e 100644
--- a/app-accessibility/yasr/yasr-0.6.9-r1.ebuild
+++ b/app-accessibility/yasr/yasr-0.6.9-r1.ebuild
@@ -43,8 +43,7 @@ src_prepare() {
src_configure() {
econf \
- --datadir=/etc \
- --disable-dependency-tracking \
+ --datadir="${EPREFIX}"/etc \
$(use_enable nls)
}