commit:     f348d2018cfb6f5da02f90bae94aba694b23cd23
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 23:43:37 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 23:53:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f348d201

net-im/spectrum2: fix paths

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-im/spectrum2/{spectrum2-2.2.0.ebuild => spectrum2-2.2.0-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-im/spectrum2/spectrum2-2.2.0.ebuild 
b/net-im/spectrum2/spectrum2-2.2.0-r1.ebuild
similarity index 96%
rename from net-im/spectrum2/spectrum2-2.2.0.ebuild
rename to net-im/spectrum2/spectrum2-2.2.0-r1.ebuild
index a06b9471c79a..90630c5549c1 100644
--- a/net-im/spectrum2/spectrum2-2.2.0.ebuild
+++ b/net-im/spectrum2/spectrum2-2.2.0-r1.ebuild
@@ -69,6 +69,8 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
+               -DCMAKE_INSTALL_LOCALSTATEDIR="${EPREFIX}/var"
+               -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
                -DENABLE_DOCS="$(usex doc)"
                -DENABLE_FROTZ="$(usex frotz)"
                -DENABLE_IRC="$(usex irc)"
@@ -81,7 +83,6 @@ src_configure() {
                -DENABLE_TESTS="$(usex test)"
                -DENABLE_TWITTER="$(usex twitter)"
                -DENABLE_XMPP="$(usex xmpp)"
-               -DLIB_INSTALL_DIR="$(get_libdir)"
        )
 
        cmake_src_configure

Reply via email to