diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-09 12:46:15 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-09 12:46:15 +0000 |
commit | 3d3e2cd08a2ed3bd05a5e864ff76d1bdf305a71b (patch) | |
tree | 1080b9a23ecd4101da0c17ae3eaa9b8410298942 /x11-libs/libXrender/libXrender-0.9.6.ebuild | |
parent | [media-sound/amarok-2.3.1] Added a hard dep on x11-libs/qt-gui[accessibility]... (diff) | |
download | gentoo-2-3d3e2cd08a2ed3bd05a5e864ff76d1bdf305a71b.tar.gz gentoo-2-3d3e2cd08a2ed3bd05a5e864ff76d1bdf305a71b.tar.bz2 gentoo-2-3d3e2cd08a2ed3bd05a5e864ff76d1bdf305a71b.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXrender/libXrender-0.9.6.ebuild')
-rw-r--r-- | x11-libs/libXrender/libXrender-0.9.6.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-libs/libXrender/libXrender-0.9.6.ebuild b/x11-libs/libXrender/libXrender-0.9.6.ebuild new file mode 100644 index 000000000000..835694599e4e --- /dev/null +++ b/x11-libs/libXrender/libXrender-0.9.6.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/libXrender-0.9.6.ebuild,v 1.1 2010/06/09 12:46:15 scarabeus Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="X.Org Xrender library" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="x11-libs/libX11 + >=x11-proto/renderproto-0.9.3 + x11-proto/xproto" +DEPEND="${RDEPEND}" |