summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-04-21 19:25:45 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-04-21 19:25:45 +0000
commitc4b4faa7f012b64eecdf068535b3b494b88e71c5 (patch)
treeb8acb7c1be47acacc2e8b32c705608ffe1a4db67 /x11-libs/libxkbcommon
parentSupport multilib libraries alternatively to emul-linux-x86-xlibs. (diff)
downloadgentoo-2-c4b4faa7f012b64eecdf068535b3b494b88e71c5.tar.gz
gentoo-2-c4b4faa7f012b64eecdf068535b3b494b88e71c5.tar.bz2
gentoo-2-c4b4faa7f012b64eecdf068535b3b494b88e71c5.zip
set XORG_EAUTORECONF before inheriting the eclass
(Portage version: 2.1.11.55/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/libxkbcommon')
-rw-r--r--x11-libs/libxkbcommon/ChangeLog6
-rw-r--r--x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild4
2 files changed, 7 insertions, 3 deletions
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 <chithanh@gentoo.org>
+ 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"