summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2013-12-31 18:11:14 +0000
committerMatt Turner <mattst88@gentoo.org>2013-12-31 18:11:14 +0000
commit54a4db07b2607ba682aa6b51200dbbab24d61800 (patch)
tree1e23ce1cf46e83e9fc2045154c24165d352947e2 /dev-libs
parentStub-out docs/gtk-doc.make if we are not building docs, thanks to David Heide... (diff)
downloadgentoo-2-54a4db07b2607ba682aa6b51200dbbab24d61800.tar.gz
gentoo-2-54a4db07b2607ba682aa6b51200dbbab24d61800.tar.bz2
gentoo-2-54a4db07b2607ba682aa6b51200dbbab24d61800.zip
Add missing MULTILIB_USEDEP to dependencies.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/wayland/ChangeLog5
-rw-r--r--dev-libs/wayland/wayland-1.2.1-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/wayland/ChangeLog b/dev-libs/wayland/ChangeLog
index c946ea3b8672..43bbaf61f60b 100644
--- a/dev-libs/wayland/ChangeLog
+++ b/dev-libs/wayland/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/wayland
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.30 2013/10/08 05:01:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.31 2013/12/31 18:11:14 mattst88 Exp $
+
+ 31 Dec 2013; Matt Turner <mattst88@gentoo.org> wayland-1.2.1-r1.ebuild:
+ Add missing MULTILIB_USEDEP to dependencies.
08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> wayland-1.2.1.ebuild:
Stable for x86, wrt bug #475480
diff --git a/dev-libs/wayland/wayland-1.2.1-r1.ebuild b/dev-libs/wayland/wayland-1.2.1-r1.ebuild
index 595cc5096ece..f37bd551db28 100644
--- a/dev-libs/wayland/wayland-1.2.1-r1.ebuild
+++ b/dev-libs/wayland/wayland-1.2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.2.1-r1.ebuild,v 1.1 2013/09/21 17:08:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.2.1-r1.ebuild,v 1.2 2013/12/31 18:11:14 mattst88 Exp $
EAPI=5
@@ -28,8 +28,8 @@ LICENSE="MIT"
SLOT="0"
IUSE="doc static-libs"
-RDEPEND="dev-libs/expat
- virtual/libffi"
+RDEPEND="dev-libs/expat[${MULTILIB_USEDEP}]
+ virtual/libffi[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
virtual/pkgconfig"