diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-10-18 20:27:05 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-10-18 20:27:05 +0000 |
commit | b876ece396e82216624074e6b3e966d4b3b32746 (patch) | |
tree | f0f614f6a1621a9c17ca5a5d8d20cf77eea1e30b /x11-apps/xvinfo/xvinfo-1.1.0.ebuild | |
parent | QA fixes; IUSE is not defined (diff) | |
download | gentoo-2-b876ece396e82216624074e6b3e966d4b3b32746.tar.gz gentoo-2-b876ece396e82216624074e6b3e966d4b3b32746.tar.bz2 gentoo-2-b876ece396e82216624074e6b3e966d4b3b32746.zip |
x11-apps/xvinfo: bump to 1.1.0, sync with overlay
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xvinfo/xvinfo-1.1.0.ebuild')
-rw-r--r-- | x11-apps/xvinfo/xvinfo-1.1.0.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/xvinfo/xvinfo-1.1.0.ebuild b/x11-apps/xvinfo/xvinfo-1.1.0.ebuild new file mode 100644 index 000000000000..42bd996197e6 --- /dev/null +++ b/x11-apps/xvinfo/xvinfo-1.1.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/xvinfo-1.1.0.ebuild,v 1.1 2009/10/18 20:27:05 remi Exp $ + +inherit x-modular + +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}" |