diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-31 12:25:34 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-31 12:25:34 +0000 |
commit | 8dbbd48d0cc7aea64806957dc707c4d092e899be (patch) | |
tree | c6294555e870e0f19ef502008888d318105f1b27 /x11-apps/xwininfo/xwininfo-1.1.1.ebuild | |
parent | Stable on amd64 wrt bug #342705 (diff) | |
download | gentoo-2-8dbbd48d0cc7aea64806957dc707c4d092e899be.tar.gz gentoo-2-8dbbd48d0cc7aea64806957dc707c4d092e899be.tar.bz2 gentoo-2-8dbbd48d0cc7aea64806957dc707c4d092e899be.zip |
Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xwininfo/xwininfo-1.1.1.ebuild')
-rw-r--r-- | x11-apps/xwininfo/xwininfo-1.1.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xwininfo/xwininfo-1.1.1.ebuild b/x11-apps/xwininfo/xwininfo-1.1.1.ebuild new file mode 100644 index 000000000000..d6945fcac9c6 --- /dev/null +++ b/x11-apps/xwininfo/xwininfo-1.1.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 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.1 2010/10/31 12:25:33 scarabeus Exp $ + +EAPI=3 +XORG_STATIC=no +inherit xorg-2 + +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" +DEPEND="${RDEPEND} + >=x11-proto/xproto-7.0.17" |