diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-08-10 20:57:31 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-08-10 21:06:13 +0200 |
commit | 221bab75d6651371e40686a46c95fbbe2d05c9e7 (patch) | |
tree | 0bdf412f1c16e316c4c7b37dae09c1b7a9fc1019 /x11-misc/colord | |
parent | net-misc/networkmanager: Add bug reference for examples disabling switch (diff) | |
download | gentoo-221bab75d6651371e40686a46c95fbbe2d05c9e7.tar.gz gentoo-221bab75d6651371e40686a46c95fbbe2d05c9e7.tar.bz2 gentoo-221bab75d6651371e40686a46c95fbbe2d05c9e7.zip |
x11-misc/colord: MULTILIB_USEDEP for sqlite3 is needed at build time (#590842 by Peter Levine)
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-misc/colord')
-rw-r--r-- | x11-misc/colord/colord-1.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/colord/colord-1.3.2.ebuild b/x11-misc/colord/colord-1.3.2.ebuild index 29e5e542a46d..055a3c994f9c 100644 --- a/x11-misc/colord/colord-1.3.2.ebuild +++ b/x11-misc/colord/colord-1.3.2.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE=" " COMMON_DEPEND=" - dev-db/sqlite:3= + dev-db/sqlite:3=[${MULTILIB_USEDEP}] >=dev-libs/glib-2.44.0:2[${MULTILIB_USEDEP}] >=media-libs/lcms-2.6:2=[${MULTILIB_USEDEP}] argyllcms? ( media-gfx/argyllcms ) |