diff options
author | Chi-Thanh Christopher Nguyen <chithanh@gentoo.org> | 2013-04-21 21:23:36 +0200 |
---|---|---|
committer | Chi-Thanh Christopher Nguyen <chithanh@gentoo.org> | 2013-04-21 21:23:36 +0200 |
commit | 55f20be3c0f546a0f2e052a2700f558cf267bb16 (patch) | |
tree | 47e2386f3b309d72df60d1c2fa75c0070dbadc28 /x11-libs/libxkbcommon | |
parent | x11-drivers/xf86-video-ati: raise libdrm dependency (diff) | |
download | x11-55f20be3c0f546a0f2e052a2700f558cf267bb16.tar.gz x11-55f20be3c0f546a0f2e052a2700f558cf267bb16.tar.bz2 x11-55f20be3c0f546a0f2e052a2700f558cf267bb16.zip |
x11-libs/libxkbcommon: set XORG_EAUTORECONF before inheriting the eclass
Diffstat (limited to 'x11-libs/libxkbcommon')
-rw-r--r-- | x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild index e0679e76..52ae3add 100644 --- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild +++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild @@ -3,6 +3,7 @@ # $Header: $ 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" |