diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2014-03-20 02:15:37 +1100 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2014-03-20 02:15:37 +1100 |
| commit | 086745ad0fee99fb60239f29353e338011f21078 (patch) | |
| tree | 42e2265e46c556e1d38cb3b8a373074a974d77da /eclass/kde-frameworks.eclass | |
| parent | a201fecce0defa80f3e581d237b2004fb62b5a9e (diff) | |
| download | kde-086745ad0fee99fb60239f29353e338011f21078.tar.gz kde-086745ad0fee99fb60239f29353e338011f21078.tar.bz2 kde-086745ad0fee99fb60239f29353e338011f21078.zip | |
[eclass] SYSCONF_INSTALL_DIR has been moved to packages that require it.
Diffstat (limited to 'eclass/kde-frameworks.eclass')
| -rw-r--r-- | eclass/kde-frameworks.eclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass index a063ee72e71..c167c4555c7 100644 --- a/eclass/kde-frameworks.eclass +++ b/eclass/kde-frameworks.eclass @@ -242,11 +242,6 @@ kde-frameworks_src_configure() { #kde-config -path data unavailable when cross-compiling tc-is-cross-compiler && cmakeargs+=(-DKDE4_DATA_DIR=${ROOT}/usr/share/apps/) - # sysconf needs to be /etc, not /usr/etc - # todo: move this to frameworks that require it - # currently tier2/kauth, but possibly more later - cmakeargs+=(-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc) - if ! use_if_iuse test ; then cmakeargs+=( -DBUILD_TESTING=OFF ) fi |
