summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2011-09-25 23:05:08 +0000
committerMatt Turner <mattst88@gentoo.org>2011-09-25 23:05:08 +0000
commit01d5f89525d8a80a8867dc9e1eba9141cf2878b6 (patch)
tree4f92f0f6289c25360f3db1a9506bc9823815f24a /x11-apps
parentVersion bump; this version does not require patches (yuppie). (diff)
downloadgentoo-2-01d5f89525d8a80a8867dc9e1eba9141cf2878b6.tar.gz
gentoo-2-01d5f89525d8a80a8867dc9e1eba9141cf2878b6.tar.bz2
gentoo-2-01d5f89525d8a80a8867dc9e1eba9141cf2878b6.zip
Move libX11 from RDEPEND to DEPEND. It's not linked against, and xwininfo only needs a single header from libX11.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xwininfo/ChangeLog7
-rw-r--r--x11-apps/xwininfo/xwininfo-1.1.1.ebuild6
-rw-r--r--x11-apps/xwininfo/xwininfo-1.1.2.ebuild6
3 files changed, 12 insertions, 7 deletions
diff --git a/x11-apps/xwininfo/ChangeLog b/x11-apps/xwininfo/ChangeLog
index 290a5976f37a..456fd73b6f8a 100644
--- a/x11-apps/xwininfo/ChangeLog
+++ b/x11-apps/xwininfo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xwininfo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.66 2011/09/21 00:34:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.67 2011/09/25 23:05:07 mattst88 Exp $
+
+ 25 Sep 2011; Matt Turner <mattst88@gentoo.org> xwininfo-1.1.1.ebuild,
+ xwininfo-1.1.2.ebuild:
+ Move libX11 from RDEPEND to DEPEND. It's not linked against, and xwininfo
+ only needs a single header from libX11.
21 Sep 2011; Jeroen Roovers <jer@gentoo.org> xwininfo-1.1.2.ebuild:
Stable for HPPA (bug #380421).
diff --git a/x11-apps/xwininfo/xwininfo-1.1.1.ebuild b/x11-apps/xwininfo/xwininfo-1.1.1.ebuild
index d4ddc4064f5c..8cfd7a80fc93 100644
--- a/x11-apps/xwininfo/xwininfo-1.1.1.ebuild
+++ b/x11-apps/xwininfo/xwininfo-1.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.1.ebuild,v 1.10 2011/06/15 11:46:32 mduft Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.1.ebuild,v 1.11 2011/09/25 23:05:08 mattst88 Exp $
EAPI=3
@@ -11,9 +11,9 @@ DESCRIPTION="window information utility for X"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE=""
-RDEPEND=">=x11-libs/libxcb-1.6
- x11-libs/libX11"
+RDEPEND=">=x11-libs/libxcb-1.6"
DEPEND="${RDEPEND}
+ x11-libs/libX11
>=x11-proto/xproto-7.0.17"
pkg_setup() {
diff --git a/x11-apps/xwininfo/xwininfo-1.1.2.ebuild b/x11-apps/xwininfo/xwininfo-1.1.2.ebuild
index a596f8bc90eb..9d16592fcfed 100644
--- a/x11-apps/xwininfo/xwininfo-1.1.2.ebuild
+++ b/x11-apps/xwininfo/xwininfo-1.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.2.ebuild,v 1.5 2011/09/21 00:34:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.2.ebuild,v 1.6 2011/09/25 23:05:07 mattst88 Exp $
EAPI=4
@@ -11,9 +11,9 @@ DESCRIPTION="window information utility for X"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE=""
-RDEPEND=">=x11-libs/libxcb-1.6
- x11-libs/libX11"
+RDEPEND=">=x11-libs/libxcb-1.6"
DEPEND="${RDEPEND}
+ x11-libs/libX11
>=x11-proto/xproto-7.0.17"
pkg_setup() {