diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-21 15:11:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-22 00:51:58 +0200 |
commit | af1b333e206ee5365b1670a7593161ebca98e2a4 (patch) | |
tree | 4a02c8fa9c1f5ae2568232953b3e6d67b4132092 /trinity-base/tdm/tdm-14.0.6.ebuild | |
parent | a70912b669f2444651202039deb37a076a4d0a66 (diff) | |
download | tde-packaging-gentoo-af1b333e206ee5365b1670a7593161ebca98e2a4.tar.gz tde-packaging-gentoo-af1b333e206ee5365b1670a7593161ebca98e2a4.zip |
trinity-base/*: Unrestrict media-libs/libart_lgpl version dep
This was overriding existing ebuild from Gentoo ebuild repository.
What is the delta of the fork compared to upstream?
Why was it forked in the first place?
What made pinning down the version necessary like that?
Misc: local mycmakeargs
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-base/tdm/tdm-14.0.6.ebuild')
-rw-r--r-- | trinity-base/tdm/tdm-14.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trinity-base/tdm/tdm-14.0.6.ebuild b/trinity-base/tdm/tdm-14.0.6.ebuild index efcee332..f57e0a14 100644 --- a/trinity-base/tdm/tdm-14.0.6.ebuild +++ b/trinity-base/tdm/tdm-14.0.6.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" DEPEND="pam? ( trinity-base/tdebase-pam ) xdmcp? ( x11-libs/libXdmcp ) xcomposite? ( x11-libs/libXcomposite ) - svg? ( ~media-libs/libart_lgpl-${PV} ) + svg? ( media-libs/libart_lgpl ) ~trinity-base/tdelibs-${PV}[xrandr?] sys-apps/dbus x11-libs/libXtst @@ -33,7 +33,7 @@ pkg_setup() { } src_configure() { - mycmakeargs=( + local mycmakeargs=( -DWITH_XTEST=ON -DWITH_LIBART="$(usex svg)" -DWITH_SHADOW=ON |