diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-31 09:22:31 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-31 09:22:57 -0400 |
commit | a2c39442796e404a5408eb2348a784c0db3f5f69 (patch) | |
tree | 3a635f461674819f83937fe6835484577cd6c237 /app-accessibility | |
parent | app-accessibility/yasr: EAPI bump and patches cleanup (diff) | |
download | gentoo-a2c39442796e404a5408eb2348a784c0db3f5f69.tar.gz gentoo-a2c39442796e404a5408eb2348a784c0db3f5f69.tar.bz2 gentoo-a2c39442796e404a5408eb2348a784c0db3f5f69.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
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/yasr/yasr-0.6.9-r1.ebuild | 3 |
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) } |