diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2016-03-28 02:09:39 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2016-03-28 02:09:39 +0300 |
commit | f23c4701b489116c5f64f34ccbfc01d6fcadc5ab (patch) | |
tree | 2e2b45829cc45bdf4be85df88b01a3ac213cc0b2 | |
parent | 67300ec3af5dfa0f87f43866ff79679f47d57827 (diff) |
spice-gtk: typo fix
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-scm.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-scm.ebuild b/net-misc/spice-gtk/spice-gtk-scm.ebuild index 261b7c1..b6a87d4 100644 --- a/net-misc/spice-gtk/spice-gtk-scm.ebuild +++ b/net-misc/spice-gtk/spice-gtk-scm.ebuild @@ -116,7 +116,7 @@ src_configure() { # Parameter of --with-gtk MULTIBUILD_VARIANTS=( 2.0 ) - use gtk3 && MULTIBUILD_VARIANTS+=( 3.0 ) + use gtk3 && MULTIBUILD_VARIANTS=( 3.0 ) configure() { local myconf=() |