summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2014-01-08 19:40:03 -0500
committerJames Cloos <cloos@jhcloos.com>2014-01-08 19:40:03 -0500
commiteab1d1be1b5bc6c658bb5d3696edd9f47b8612ea (patch)
tree08b51af1f28b058c0aa21204891fb53b70337191
parent45ca7d95e3925d3322c63b25e88e54565ea42965 (diff)
x11-apps/xvinfo: update EAPI
Signed-off-by: James Cloos <cloos@jhcloos.com>
-rw-r--r--x11-apps/xvinfo/Manifest3
-rw-r--r--x11-apps/xvinfo/xvinfo-9999.ebuild10
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-apps/xvinfo/Manifest b/x11-apps/xvinfo/Manifest
index 59e9dcc..60d14cc 100644
--- a/x11-apps/xvinfo/Manifest
+++ b/x11-apps/xvinfo/Manifest
@@ -1,2 +1 @@
-EBUILD xvinfo-9999.ebuild 352 RMD160 96f1f0638fa24f5eecc639140a7d187a9fc00af5 SHA1 6ec74558a6c8e5b63f6d8bd7e0632fa0a5a274eb SHA256 ca09fa2e303d7693806180f421995e60c8dce966960aff58483115b94265fb06
-MISC xvinfo-9999.ebuild.~8~ 329 RMD160 1e13c3b53fcf99d31e4f517a979bb40f26f6934d SHA1 133aa22ee67d7ad296eb1b64e3b8332dc7dfd77a SHA256 c5929fcc3dc9e4f7aeb0fe9fa67c35d72aeecac40c41b803eb0e5389b6a1b706
+EBUILD xvinfo-9999.ebuild 370 RMD160 f14d2c5c1e0b2a57f3057e51a772ba9d086b6b25 SHA1 11ddeed0dab0e3e660a315e19eb159d39cb9f0d4 SHA256 e0ea8c0ff1a109d900fcf31d7731ab772cab491ca673c4817b7d3b1d967c62b7
diff --git a/x11-apps/xvinfo/xvinfo-9999.ebuild b/x11-apps/xvinfo/xvinfo-9999.ebuild
index ddbf935..be9e344 100644
--- a/x11-apps/xvinfo/xvinfo-9999.ebuild
+++ b/x11-apps/xvinfo/xvinfo-9999.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# $Header: $
-
-inherit x-modular
+EAPI=4
+inherit xorg-2
DESCRIPTION="Print out X-Video extension adaptor information"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
RDEPEND="x11-libs/libXv
x11-libs/libX11"