summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-05-11 03:45:07 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-05-11 03:45:07 +0000
commitaf12ff819a1787b76923b6bbeba7ffb8b71cb781 (patch)
tree07e2fce22c1659697bd5dcec32b2dc4cc226f48a /x11-apps/xdriinfo
parentRemove old version with unsatisfiable deps (diff)
downloadgentoo-2-af12ff819a1787b76923b6bbeba7ffb8b71cb781.tar.gz
gentoo-2-af12ff819a1787b76923b6bbeba7ffb8b71cb781.tar.bz2
gentoo-2-af12ff819a1787b76923b6bbeba7ffb8b71cb781.zip
Fix inherit
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xdriinfo')
-rw-r--r--x11-apps/xdriinfo/ChangeLog8
-rw-r--r--x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-apps/xdriinfo/ChangeLog b/x11-apps/xdriinfo/ChangeLog
index f06fb84079c9..8bd6334a5081 100644
--- a/x11-apps/xdriinfo/ChangeLog
+++ b/x11-apps/xdriinfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xdriinfo
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.56 2012/05/15 14:20:21 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.57 2013/05/11 03:45:07 patrick Exp $
+
+ 11 May 2013; Patrick Lauer <patrick@gentoo.org> xdriinfo-1.0.4.ebuild:
+ Fix inherit
15 May 2012; Alexis Ballier <aballier@gentoo.org> xdriinfo-1.0.4.ebuild:
keyword ~amd64-fbsd
@@ -217,4 +220,3 @@
09 Sep 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+xdriinfo-0.99.0_pre20050908.ebuild:
Initial snapshot for modular x.
-
diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild
index 8e3b09a9a539..8c13527cbc37 100644
--- a/x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild
+++ b/x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild,v 1.9 2012/05/15 14:20:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild,v 1.10 2013/05/11 03:45:07 patrick Exp $
EAPI=3
-inherit xorg-2
+inherit xorg-2 flag-o-matic
DESCRIPTION="query configuration information of DRI drivers"