summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-01-30 23:49:20 +0100
committerMichał Górny <mgorny@gentoo.org>2013-02-25 23:40:52 +0100
commit95743f39390de4cf45d9a02bb4b86f3d1b94bda3 (patch)
treecbc0df2963824f1f81e8f961353f5f727dd57df7 /x11-proto
parentx11-drivers/ati-drivers: sync metadata with portage (diff)
downloadx11-95743f39390de4cf45d9a02bb4b86f3d1b94bda3.tar.gz
x11-95743f39390de4cf45d9a02bb4b86f3d1b94bda3.tar.bz2
x11-95743f39390de4cf45d9a02bb4b86f3d1b94bda3.zip
Conver the packages from emul-linux-x86-xlibs to multilib.
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/compositeproto/compositeproto-9999.ebuild2
-rw-r--r--x11-proto/damageproto/damageproto-9999.ebuild2
-rw-r--r--x11-proto/fixesproto/fixesproto-9999.ebuild4
-rw-r--r--x11-proto/inputproto/inputproto-9999.ebuild2
-rw-r--r--x11-proto/kbproto/kbproto-9999.ebuild2
-rw-r--r--x11-proto/printproto/printproto-9999.ebuild2
-rw-r--r--x11-proto/randrproto/randrproto-9999.ebuild2
-rw-r--r--x11-proto/recordproto/recordproto-9999.ebuild1
-rw-r--r--x11-proto/renderproto/renderproto-9999.ebuild2
-rw-r--r--x11-proto/scrnsaverproto/scrnsaverproto-9999.ebuild1
-rw-r--r--x11-proto/videoproto/videoproto-9999.ebuild2
-rw-r--r--x11-proto/xextproto/xextproto-9999.ebuild1
-rw-r--r--x11-proto/xf86bigfontproto/xf86bigfontproto-9999.ebuild2
-rw-r--r--x11-proto/xf86dgaproto/xf86dgaproto-9999.ebuild2
-rw-r--r--x11-proto/xf86vidmodeproto/xf86vidmodeproto-9999.ebuild2
-rw-r--r--x11-proto/xineramaproto/xineramaproto-9999.ebuild2
-rw-r--r--x11-proto/xproto/xproto-9999.ebuild1
17 files changed, 31 insertions, 1 deletions
diff --git a/x11-proto/compositeproto/compositeproto-9999.ebuild b/x11-proto/compositeproto/compositeproto-9999.ebuild
index 4a165d7f..8dc7079d 100644
--- a/x11-proto/compositeproto/compositeproto-9999.ebuild
+++ b/x11-proto/compositeproto/compositeproto-9999.ebuild
@@ -3,6 +3,8 @@
# $Header: $
EAPI=5
+
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org Composite protocol headers"
diff --git a/x11-proto/damageproto/damageproto-9999.ebuild b/x11-proto/damageproto/damageproto-9999.ebuild
index ded99cbf..6c6160c1 100644
--- a/x11-proto/damageproto/damageproto-9999.ebuild
+++ b/x11-proto/damageproto/damageproto-9999.ebuild
@@ -3,6 +3,8 @@
# $Header: $
EAPI=5
+
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org Damage protocol headers"
diff --git a/x11-proto/fixesproto/fixesproto-9999.ebuild b/x11-proto/fixesproto/fixesproto-9999.ebuild
index 301416fd..3fa35fef 100644
--- a/x11-proto/fixesproto/fixesproto-9999.ebuild
+++ b/x11-proto/fixesproto/fixesproto-9999.ebuild
@@ -3,6 +3,8 @@
# $Header: $
EAPI=5
+
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org Fixes protocol headers"
@@ -10,5 +12,5 @@ DESCRIPTION="X.Org Fixes protocol headers"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE=""
-RDEPEND=">=x11-proto/xextproto-7.0.99.1"
+RDEPEND=">=x11-proto/xextproto-7.0.99.1[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"
diff --git a/x11-proto/inputproto/inputproto-9999.ebuild b/x11-proto/inputproto/inputproto-9999.ebuild
index 5cb4acb8..ac8c1072 100644
--- a/x11-proto/inputproto/inputproto-9999.ebuild
+++ b/x11-proto/inputproto/inputproto-9999.ebuild
@@ -3,6 +3,8 @@
# $Header: $
EAPI=5
+
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org Input protocol headers"
diff --git a/x11-proto/kbproto/kbproto-9999.ebuild b/x11-proto/kbproto/kbproto-9999.ebuild
index 0e42d2f1..99a593cb 100644
--- a/x11-proto/kbproto/kbproto-9999.ebuild
+++ b/x11-proto/kbproto/kbproto-9999.ebuild
@@ -3,6 +3,8 @@
# $Header: $
EAPI=5
+
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org KB protocol headers"
diff --git a/x11-proto/printproto/printproto-9999.ebuild b/x11-proto/printproto/printproto-9999.ebuild
index 7cdd4413..8afb9b0b 100644
--- a/x11-proto/printproto/printproto-9999.ebuild
+++ b/x11-proto/printproto/printproto-9999.ebuild
@@ -3,6 +3,8 @@
# $Header: $
EAPI=5
+
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org Print protocol headers"
diff --git a/x11-proto/randrproto/randrproto-9999.ebuild b/x11-proto/randrproto/randrproto-9999.ebuild
index 1268f2d0..8bfe9f92 100644
--- a/x11-proto/randrproto/randrproto-9999.ebuild
+++ b/x11-proto/randrproto/randrproto-9999.ebuild
@@ -3,6 +3,8 @@
# $Header: $
EAPI=5
+
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org Randr protocol headers"
diff --git a/x11-proto/recordproto/recordproto-9999.ebuild b/x11-proto/recordproto/recordproto-9999.ebuild
index 53b7e93f..05cc82b5 100644
--- a/x11-proto/recordproto/recordproto-9999.ebuild
+++ b/x11-proto/recordproto/recordproto-9999.ebuild
@@ -5,6 +5,7 @@
EAPI=5
XORG_DOC=doc
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org Record protocol headers"
diff --git a/x11-proto/renderproto/renderproto-9999.ebuild b/x11-proto/renderproto/renderproto-9999.ebuild
index 9c5b4a54..57e38950 100644
--- a/x11-proto/renderproto/renderproto-9999.ebuild
+++ b/x11-proto/renderproto/renderproto-9999.ebuild
@@ -3,6 +3,8 @@
# $Header: $
EAPI=5
+
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org Render protocol headers"
diff --git a/x11-proto/scrnsaverproto/scrnsaverproto-9999.ebuild b/x11-proto/scrnsaverproto/scrnsaverproto-9999.ebuild
index 614f7946..a95e8d03 100644
--- a/x11-proto/scrnsaverproto/scrnsaverproto-9999.ebuild
+++ b/x11-proto/scrnsaverproto/scrnsaverproto-9999.ebuild
@@ -5,6 +5,7 @@
EAPI=5
XORG_DOC=doc
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org ScrnSaver protocol headers"
diff --git a/x11-proto/videoproto/videoproto-9999.ebuild b/x11-proto/videoproto/videoproto-9999.ebuild
index 8355569d..35f257fe 100644
--- a/x11-proto/videoproto/videoproto-9999.ebuild
+++ b/x11-proto/videoproto/videoproto-9999.ebuild
@@ -3,6 +3,8 @@
# $Header: $
EAPI=5
+
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org Video protocol headers"
diff --git a/x11-proto/xextproto/xextproto-9999.ebuild b/x11-proto/xextproto/xextproto-9999.ebuild
index 7ba9a1d8..0c92126b 100644
--- a/x11-proto/xextproto/xextproto-9999.ebuild
+++ b/x11-proto/xextproto/xextproto-9999.ebuild
@@ -5,6 +5,7 @@
EAPI=5
XORG_DOC=doc
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org XExt protocol headers"
diff --git a/x11-proto/xf86bigfontproto/xf86bigfontproto-9999.ebuild b/x11-proto/xf86bigfontproto/xf86bigfontproto-9999.ebuild
index 28fc6b90..74acd281 100644
--- a/x11-proto/xf86bigfontproto/xf86bigfontproto-9999.ebuild
+++ b/x11-proto/xf86bigfontproto/xf86bigfontproto-9999.ebuild
@@ -3,6 +3,8 @@
# $Header: $
EAPI=5
+
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org XF86BigFont protocol headers"
diff --git a/x11-proto/xf86dgaproto/xf86dgaproto-9999.ebuild b/x11-proto/xf86dgaproto/xf86dgaproto-9999.ebuild
index 59dd7e94..75e1f91b 100644
--- a/x11-proto/xf86dgaproto/xf86dgaproto-9999.ebuild
+++ b/x11-proto/xf86dgaproto/xf86dgaproto-9999.ebuild
@@ -3,6 +3,8 @@
# $Header: $
EAPI=5
+
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org XF86DGA protocol headers"
diff --git a/x11-proto/xf86vidmodeproto/xf86vidmodeproto-9999.ebuild b/x11-proto/xf86vidmodeproto/xf86vidmodeproto-9999.ebuild
index 5fabcb76..604db37d 100644
--- a/x11-proto/xf86vidmodeproto/xf86vidmodeproto-9999.ebuild
+++ b/x11-proto/xf86vidmodeproto/xf86vidmodeproto-9999.ebuild
@@ -3,6 +3,8 @@
# $Header: $
EAPI=5
+
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org XF86VidMode protocol headers"
diff --git a/x11-proto/xineramaproto/xineramaproto-9999.ebuild b/x11-proto/xineramaproto/xineramaproto-9999.ebuild
index 89642a68..1f02883a 100644
--- a/x11-proto/xineramaproto/xineramaproto-9999.ebuild
+++ b/x11-proto/xineramaproto/xineramaproto-9999.ebuild
@@ -3,6 +3,8 @@
# $Header: $
EAPI=5
+
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org Xinerama protocol headers"
diff --git a/x11-proto/xproto/xproto-9999.ebuild b/x11-proto/xproto/xproto-9999.ebuild
index 68293f0b..5b70c357 100644
--- a/x11-proto/xproto/xproto-9999.ebuild
+++ b/x11-proto/xproto/xproto-9999.ebuild
@@ -5,6 +5,7 @@
EAPI=5
XORG_DOC=doc
+XORG_MULTILIB=yes
inherit xorg-2
DESCRIPTION="X.Org xproto protocol headers"