diff options
author | ormorph <roma251078@mail.ru> | 2023-06-20 20:51:14 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-06-21 02:40:40 +0200 |
commit | 17d549595dbf1afdc4cb53b6e1b779a32543f563 (patch) | |
tree | 2f115944147930e2519cb2d636b5116fa5778aa9 /dev-tqt/tqt | |
parent | a5c8fd76b4bc0e8cbfa5cd79fa71e0843975351f (diff) | |
download | tde-packaging-gentoo-17d549595dbf1afdc4cb53b6e1b779a32543f563.tar.gz tde-packaging-gentoo-17d549595dbf1afdc4cb53b6e1b779a32543f563.zip |
Removing duplicate configuration options in tqt
Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit ffc4ade50ca75309e3a9c9748ab86c5206510397)
Diffstat (limited to 'dev-tqt/tqt')
-rw-r--r-- | dev-tqt/tqt/tqt-14.0.13.ebuild | 2 | ||||
-rw-r--r-- | dev-tqt/tqt/tqt-14.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-tqt/tqt/tqt-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-tqt/tqt/tqt-14.0.13.ebuild b/dev-tqt/tqt/tqt-14.0.13.ebuild index 2c66ed95..03fef575 100644 --- a/dev-tqt/tqt/tqt-14.0.13.ebuild +++ b/dev-tqt/tqt/tqt-14.0.13.ebuild @@ -186,7 +186,7 @@ src_configure() { myconf+=" -xft -xrender -xshape -xkb -xcursor -prefix ${TQTBASE}" myconf+=" -libdir ${TQTBASE}/$(get_libdir) -fast -no-sql-odbc" - [ "$(get_libdir)" != "lib" ] && myconf+="${myconf} -L/usr/$(get_libdir)" + [ "$(get_libdir)" != "lib" ] && myconf+=" -L/usr/$(get_libdir)" # Optional options use nas && myconf+=" -system-nas-sound" || myconf+=" -no-nas-sound" diff --git a/dev-tqt/tqt/tqt-14.1.0.ebuild b/dev-tqt/tqt/tqt-14.1.0.ebuild index 9e3b2cb8..1e85ede9 100644 --- a/dev-tqt/tqt/tqt-14.1.0.ebuild +++ b/dev-tqt/tqt/tqt-14.1.0.ebuild @@ -185,7 +185,7 @@ src_configure() { myconf+=" -xft -xrender -xshape -xkb -xcursor -prefix ${TQTBASE}" myconf+=" -libdir ${TQTBASE}/$(get_libdir) -fast -no-sql-odbc" - [ "$(get_libdir)" != "lib" ] && myconf+="${myconf} -L/usr/$(get_libdir)" + [ "$(get_libdir)" != "lib" ] && myconf+=" -L/usr/$(get_libdir)" # Optional options use nas && myconf+=" -system-nas-sound" || myconf+=" -no-nas-sound" diff --git a/dev-tqt/tqt/tqt-9999.ebuild b/dev-tqt/tqt/tqt-9999.ebuild index 77acd393..1bec1777 100644 --- a/dev-tqt/tqt/tqt-9999.ebuild +++ b/dev-tqt/tqt/tqt-9999.ebuild @@ -185,7 +185,7 @@ src_configure() { myconf+=" -xft -xrender -xshape -xkb -xcursor -prefix ${TQTBASE}" myconf+=" -libdir ${TQTBASE}/$(get_libdir) -fast -no-sql-odbc" - [ "$(get_libdir)" != "lib" ] && myconf+="${myconf} -L/usr/$(get_libdir)" + [ "$(get_libdir)" != "lib" ] && myconf+=" -L/usr/$(get_libdir)" # Optional options use nas && myconf+=" -system-nas-sound" || myconf+=" -no-nas-sound" |