diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-02 01:29:20 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-02 01:29:20 +0000 |
commit | 43cf8d0897f103e422b1d9cf798f15d4dcd235fb (patch) | |
tree | 3c0f4f791ede305b180cdcfbf09a0d01160003db /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-43cf8d0897f103e422b1d9cf798f15d4dcd235fb.tar.gz gentoo-2-43cf8d0897f103e422b1d9cf798f15d4dcd235fb.tar.bz2 gentoo-2-43cf8d0897f103e422b1d9cf798f15d4dcd235fb.zip |
Update EAPI. Use correct libdir.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xdriinfo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild | 8 |
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/" } |