diff options
author | E. Liddell <[email protected]> | 2020-01-05 20:55:21 -0500 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2020-01-06 23:43:40 +0000 |
commit | b78e6201f889e463a82ab2ab8f6d1423a9b7c7f0 (patch) | |
tree | 1322fb36d83aff338634f8ac202c223952e2000e /trinity-base | |
parent | 3abb4ba477e9a7600cad7e444f5c29fa868da95a (diff) | |
download | tde-packaging-gentoo-b78e6201f889e463a82ab2ab8f6d1423a9b7c7f0.tar.gz tde-packaging-gentoo-b78e6201f889e463a82ab2ab8f6d1423a9b7c7f0.zip |
Tweaks and clean-up for stable ebuilds and supporting eclasses
Signed-off-by: E. Liddell <[email protected]>
Diffstat (limited to 'trinity-base')
-rw-r--r-- | trinity-base/tdelibs/tdelibs-14.0.6.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/trinity-base/tdelibs/tdelibs-14.0.6.ebuild b/trinity-base/tdelibs/tdelibs-14.0.6.ebuild index 9f919b21..ee073180 100644 --- a/trinity-base/tdelibs/tdelibs-14.0.6.ebuild +++ b/trinity-base/tdelibs/tdelibs-14.0.6.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Trinity libraries needed by all TDE programs." HOMEPAGE="http://www.trinitydesktop.org/" LICENSE="GPL-2 LGPL-2" SLOT="${TRINITY_VER}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE+=" alsa avahi cups consolekit fam jpeg2k lua lzma networkmanager openexr spell sudo tiff utempter upower udisks old_udisks xcomposite +xrandr" @@ -87,9 +87,6 @@ src_configure() { -DWITH_SUDO_TDESU_BACKEND="$(usex sudo)" ) -# -DWITH_XCURSOR=ON -# -DKDE4_DEFAULT_HOME=.kde4 - trinity-base-2_src_configure } |