From c4b4faa7f012b64eecdf068535b3b494b88e71c5 Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Sun, 21 Apr 2013 19:25:45 +0000 Subject: set XORG_EAUTORECONF before inheriting the eclass (Portage version: 2.1.11.55/cvs/Linux x86_64, unsigned Manifest commit) --- x11-libs/libxkbcommon/ChangeLog | 6 +++++- x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'x11-libs/libxkbcommon') diff --git a/x11-libs/libxkbcommon/ChangeLog b/x11-libs/libxkbcommon/ChangeLog index 231102e049a8..870cf6f6a656 100644 --- a/x11-libs/libxkbcommon/ChangeLog +++ b/x11-libs/libxkbcommon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libxkbcommon # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v 1.1 2013/03/27 03:45:59 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v 1.2 2013/04/21 19:25:45 chithanh Exp $ + + 21 Apr 2013; Chí-Thanh Christopher Nguyễn + libxkbcommon-0.2.0.ebuild: + set XORG_EAUTORECONF before inheriting the eclass *libxkbcommon-0.2.0 (27 Mar 2013) diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild index 6a50e0370a11..cfe9dd8f9c9d 100644 --- a/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild +++ b/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild,v 1.1 2013/03/27 03:45:59 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild,v 1.2 2013/04/21 19:25:45 chithanh Exp $ EAPI=5 +XORG_EAUTORECONF="yes" if [[ ${PV} = *9999* ]]; then GIT_ECLASS="git-2" @@ -18,7 +19,6 @@ fi inherit xorg-2 ${GIT_ECLASS} DESCRIPTION="X.Org xkbcommon library" -XORG_EAUTORECONF="yes" IUSE="doc" -- cgit v1.2.3-65-gdbad