diff options
author | ormorph <[email protected]> | 2021-11-07 19:30:12 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2021-11-07 19:30:12 +0300 |
commit | f88c3a8a5ca42156c1f1df747d57556dff9daeda (patch) | |
tree | bc92959947a70b91bead37c1290dc2be8fae3d07 /trinity-base/tdeartwork-kworldclock | |
parent | 59b1a7112867f9239e8522fba5c46b954b501109 (diff) | |
download | tde-packaging-gentoo-f88c3a8a5ca42156c1f1df747d57556dff9daeda.tar.gz tde-packaging-gentoo-f88c3a8a5ca42156c1f1df747d57556dff9daeda.zip |
Removing unnecessary options DBUILD_ALL=OFF
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-base/tdeartwork-kworldclock')
-rw-r--r-- | trinity-base/tdeartwork-kworldclock/tdeartwork-kworldclock-9999.ebuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/trinity-base/tdeartwork-kworldclock/tdeartwork-kworldclock-9999.ebuild b/trinity-base/tdeartwork-kworldclock/tdeartwork-kworldclock-9999.ebuild index 50f04d4d..74408d91 100644 --- a/trinity-base/tdeartwork-kworldclock/tdeartwork-kworldclock-9999.ebuild +++ b/trinity-base/tdeartwork-kworldclock/tdeartwork-kworldclock-9999.ebuild @@ -15,11 +15,3 @@ fi RDEPEND=" ~trinity-base/kworldclock-${PV}" - -src_configure() { - local mycmakeargs=( - -DBUILD_ALL=OFF - ) - - trinity-meta-2_src_configure -} |