diff options
author | ormorph <roma251078@mail.ru> | 2021-11-07 19:30:12 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-11-07 19:30:12 +0300 |
commit | f88c3a8a5ca42156c1f1df747d57556dff9daeda (patch) | |
tree | bc92959947a70b91bead37c1290dc2be8fae3d07 /trinity-base/tdeartwork-emoticons | |
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 <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/tdeartwork-emoticons')
-rw-r--r-- | trinity-base/tdeartwork-emoticons/tdeartwork-emoticons-9999.ebuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/trinity-base/tdeartwork-emoticons/tdeartwork-emoticons-9999.ebuild b/trinity-base/tdeartwork-emoticons/tdeartwork-emoticons-9999.ebuild index 7b5feb1d..73194b76 100644 --- a/trinity-base/tdeartwork-emoticons/tdeartwork-emoticons-9999.ebuild +++ b/trinity-base/tdeartwork-emoticons/tdeartwork-emoticons-9999.ebuild @@ -12,11 +12,3 @@ DESCRIPTION="EmotIcons (icons for things like smilies :-) for Trinity" if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~x86" fi - -src_configure() { - local mycmakeargs=( - -DBUILD_ALL=OFF - ) - - trinity-meta-2_src_configure -} |