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/tdelibs/tdelibs-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/tdelibs/tdelibs-9999.ebuild')
-rw-r--r-- | trinity-base/tdelibs/tdelibs-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/trinity-base/tdelibs/tdelibs-9999.ebuild b/trinity-base/tdelibs/tdelibs-9999.ebuild index e0f16ba2..e843dc29 100644 --- a/trinity-base/tdelibs/tdelibs-9999.ebuild +++ b/trinity-base/tdelibs/tdelibs-9999.ebuild @@ -3,8 +3,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -TRINITY_MODULE_NAME="tdelibs" +TRINITY_MODULE_NAME="tdelibs" inherit trinity-base-2 set-trinityver @@ -13,12 +13,11 @@ need-arts optional DESCRIPTION="Trinity libraries needed by all TDE programs." HOMEPAGE="https://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" +LICENSE="|| ( GPL-2 GPL-3 )" SLOT="${TRINITY_VER}" # NOTE: Building without tdehwlib segfaults, but you can try and report. - IUSE+=" alsa avahi cups consolekit cryptsetup fam jpeg2k lua lzma udevil +svg +idn +shm elogind networkmanager openexr pcsc-lite aspell ispell sudo tiff utempter elficons +ssl pkcs11 kernel_linux upower xcomposite +hwlib libressl +xrandr +malloc systemd old_udisks udisks +pcre debug spell" @@ -42,7 +41,7 @@ MY_DEPEND="~dev-tqt/tqtinterface-${PV} shm? ( x11-libs/libxshmfence ) idn? ( net-dns/libidn ) pcre? ( dev-libs/libpcre ) - svg? ( ~media-libs/libart_lgpl-${PV} ) + svg? ( media-libs/libart_lgpl ) alsa? ( media-libs/alsa-lib ) avahi? ( ~dev-tqt/avahi-tqt-${PV} ) cups? ( net-print/cups ) |