diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-20 14:02:16 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-20 14:02:16 +0000 |
commit | 41dc69b06365b27bd725c93a97235d847ceefda7 (patch) | |
tree | fa2541b20e511a3da275e7ad76fc5531f26888a9 /x11-apps/xvinfo/xvinfo-1.1.1.ebuild | |
parent | Version bump. Call elisp-site-regen in postinst phase, fixes bug 355451. (diff) | |
download | gentoo-2-41dc69b06365b27bd725c93a97235d847ceefda7.tar.gz gentoo-2-41dc69b06365b27bd725c93a97235d847ceefda7.tar.bz2 gentoo-2-41dc69b06365b27bd725c93a97235d847ceefda7.zip |
Version bump to latest.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xvinfo/xvinfo-1.1.1.ebuild')
-rw-r--r-- | x11-apps/xvinfo/xvinfo-1.1.1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xvinfo/xvinfo-1.1.1.ebuild b/x11-apps/xvinfo/xvinfo-1.1.1.ebuild new file mode 100644 index 000000000000..70ed43ba1368 --- /dev/null +++ b/x11-apps/xvinfo/xvinfo-1.1.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/xvinfo-1.1.1.ebuild,v 1.1 2011/02/20 14:02:16 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="Print out X-Video extension adaptor information" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libXv + x11-libs/libX11" +DEPEND="${RDEPEND}" |