summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-02-11 11:48:47 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-02-11 11:48:47 +0000
commitf1866562690f4f4399e2e68d4a4274a330ac792a (patch)
tree12c262972253ef6884b36855bf2e805ee6279a3b /x11-libs/libxshmfence
parentRemove old versions. (diff)
downloadgentoo-2-f1866562690f4f4399e2e68d4a4274a330ac792a.tar.gz
gentoo-2-f1866562690f4f4399e2e68d4a4274a330ac792a.tar.bz2
gentoo-2-f1866562690f4f4399e2e68d4a4274a330ac792a.zip
add dependency on xproto, bug #500936.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/libxshmfence')
-rw-r--r--x11-libs/libxshmfence/ChangeLog8
-rw-r--r--x11-libs/libxshmfence/libxshmfence-1.1.ebuild9
2 files changed, 11 insertions, 6 deletions
diff --git a/x11-libs/libxshmfence/ChangeLog b/x11-libs/libxshmfence/ChangeLog
index 3271b43001c1..ba7058d3ff3e 100644
--- a/x11-libs/libxshmfence/ChangeLog
+++ b/x11-libs/libxshmfence/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libxshmfence
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxshmfence/ChangeLog,v 1.5 2013/12/03 00:47:59 mattst88 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxshmfence/ChangeLog,v 1.6 2014/02/11 11:48:47 chithanh Exp $
+
+ 11 Feb 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ libxshmfence-1.1.ebuild:
+ add dependency on xproto, bug #500936.
03 Dec 2013; Matt Turner <mattst88@gentoo.org> libxshmfence-1.1.ebuild:
Drop autoreconf.
diff --git a/x11-libs/libxshmfence/libxshmfence-1.1.ebuild b/x11-libs/libxshmfence/libxshmfence-1.1.ebuild
index c3e56bf50ce6..48560b5a99d0 100644
--- a/x11-libs/libxshmfence/libxshmfence-1.1.ebuild
+++ b/x11-libs/libxshmfence/libxshmfence-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxshmfence/libxshmfence-1.1.ebuild,v 1.2 2013/12/03 00:47:59 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxshmfence/libxshmfence-1.1.ebuild,v 1.3 2014/02/11 11:48:47 chithanh Exp $
EAPI=5
XORG_MULTILIB=yes
@@ -11,5 +11,6 @@ DESCRIPTION="Shared memory fences using futexes"
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=""
-DEPEND=""
-RDEPEND="${DEPEND}"
+RDEPEND=""
+DEPEND="x11-proto/xproto
+ ${RDEPEND}"