diff options
author | Chris <[email protected]> | 2020-01-27 04:03:46 +0100 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2020-01-28 14:53:24 +0000 |
commit | c1a4b020090e57f7b507fb6a6a2c49a2341916e4 (patch) | |
tree | a5cdd97684f201e7b911fba496af235ed9289450 /trinity-base/kicker | |
parent | 5aaf5676215829b448b025f0fd9cbe4e28daae7f (diff) | |
download | tde-packaging-gentoo-c1a4b020090e57f7b507fb6a6a2c49a2341916e4.tar.gz tde-packaging-gentoo-c1a4b020090e57f7b507fb6a6a2c49a2341916e4.zip |
Live ebuilds: More overlay cleanup.
- Remove superflous files folders.
- Fix wrong or bad variables.
- Remove superfluous dependencies.
- Mainstream hwlib flag for all ebuilds.
- Fix wrong WITH_XCURSOR flag (typo?).
- Fix wrong WITH_XTEST flag (typo?).
Signed-off-by: Chris <[email protected]>
Diffstat (limited to 'trinity-base/kicker')
l--------- | trinity-base/kicker/files/shared | 1 | ||||
-rw-r--r-- | trinity-base/kicker/kicker-9999.ebuild | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/trinity-base/kicker/files/shared b/trinity-base/kicker/files/shared deleted file mode 120000 index ffc28680..00000000 --- a/trinity-base/kicker/files/shared +++ /dev/null @@ -1 +0,0 @@ -../../../eclass/trinity-shared-files
\ No newline at end of file diff --git a/trinity-base/kicker/kicker-9999.ebuild b/trinity-base/kicker/kicker-9999.ebuild index 3a9fa0e1..0ca02e29 100644 --- a/trinity-base/kicker/kicker-9999.ebuild +++ b/trinity-base/kicker/kicker-9999.ebuild @@ -24,7 +24,7 @@ src_configure() { mycmakeargs=( -DWITH_XFIXES="$(usex xcomposite)" -DWITH_XRENDER="$(usex xcomposite)" - -DWITH_XCOMPOSITE="$(usex xcomposite)" + -DWITH_XCOMPOSITE="$(usex xcomposite)" ) trinity-meta-2_src_configure |