summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-apps/xdriinfo/ChangeLog5
-rw-r--r--x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xdriinfo/ChangeLog b/x11-apps/xdriinfo/ChangeLog
index 964371fb9de1..c5232cbd292c 100644
--- a/x11-apps/xdriinfo/ChangeLog
+++ b/x11-apps/xdriinfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xdriinfo
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.58 2015/07/02 01:24:48 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.59 2015/07/02 01:29:20 mrueg Exp $
+
+ 02 Jul 2015; Manuel Rüger <mrueg@gentoo.org> xdriinfo-1.0.5.ebuild:
+ Update EAPI. Use correct libdir.
*xdriinfo-1.0.5 (02 Jul 2015)
diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild
index ae558f553d74..5e34bb6beecb 100644
--- a/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild
+++ b/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild,v 1.1 2015/07/02 01:24:48 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild,v 1.2 2015/07/02 01:29:20 mrueg Exp $
-EAPI=3
-inherit xorg-2 flag-o-matic
+EAPI=5
+inherit xorg-2 flag-o-matic multilib
DESCRIPTION="query configuration information of DRI drivers"
@@ -18,6 +18,6 @@ DEPEND="${RDEPEND}
pkg_setup() {
xorg-2_pkg_setup
- append-cppflags "-I${EPREFIX}/usr/lib64/opengl/xorg-x11/include/"
+ append-cppflags "-I${EPREFIX}/usr/$(get_libdir)/opengl/xorg-x11/include/"
}