summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/package.mask1
-rw-r--r--x11-proto/presentproto/presentproto-9999.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 350d1569..053f9087 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -106,6 +106,7 @@
=x11-proto/glproto-9999
=x11-proto/inputproto-9999
=x11-proto/kbproto-9999
+=x11-proto/presentproto-9999
=x11-proto/printproto-9999
=x11-proto/randrproto-9999
=x11-proto/recordproto-9999
diff --git a/x11-proto/presentproto/presentproto-9999.ebuild b/x11-proto/presentproto/presentproto-9999.ebuild
new file mode 100644
index 00000000..6e849224
--- /dev/null
+++ b/x11-proto/presentproto/presentproto-9999.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/presentproto/presentproto-1.0.ebuild,v 1.1 2013/11/01 03:20:35 mattst88 Exp $
+
+EAPI=5
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org Present protocol specification and Xlib/Xserver headers"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"