diff options
author | Andreas Sturmlechner <[email protected]> | 2020-09-21 15:11:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <[email protected]> | 2020-09-22 00:51:58 +0200 |
commit | af1b333e206ee5365b1670a7593161ebca98e2a4 (patch) | |
tree | 4a02c8fa9c1f5ae2568232953b3e6d67b4132092 /trinity-base/tdm/tdm-9999.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 <[email protected]>
Diffstat (limited to 'trinity-base/tdm/tdm-9999.ebuild')
-rw-r--r-- | trinity-base/tdm/tdm-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/trinity-base/tdm/tdm-9999.ebuild b/trinity-base/tdm/tdm-9999.ebuild index 0a0369ac..2baec00c 100644 --- a/trinity-base/tdm/tdm-9999.ebuild +++ b/trinity-base/tdm/tdm-9999.ebuild @@ -3,8 +3,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -TRINITY_MODULE_NAME="tdebase" +TRINITY_MODULE_NAME="tdebase" inherit trinity-meta-2 DESCRIPTION="Trinity login manager, similar to XDM and GDM" @@ -14,7 +14,7 @@ IUSE="pam xdmcp xcomposite sak +xrandr +hwlib +svg" 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 @@ -31,7 +31,7 @@ pkg_setup() { } src_configure() { - mycmakeargs=( + local mycmakeargs=( -DWITH_XTEST=ON -DWITH_SHADOW=ON -DWITH_LIBART="$(usex svg)" |