summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2013-09-11 21:57:02 +0200
committerChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2013-09-11 21:57:02 +0200
commitb328f6d1e382a2a9df1f3fb303c43ca4696ef2fa (patch)
treec2544b59e44c77690547dee5b0905e6ce780fd0f /x11-apps/xinit
parentx11-drivers/ati-drivers: Do not include glATI.h in fgl_glxgears (diff)
downloadx11-b328f6d1e382a2a9df1f3fb303c43ca4696ef2fa.tar.gz
x11-b328f6d1e382a2a9df1f3fb303c43ca4696ef2fa.tar.bz2
x11-b328f6d1e382a2a9df1f3fb303c43ca4696ef2fa.zip
x11-apps/xinit: update failing patch for bug #472176, Sync keywords with portage
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r--x11-apps/xinit/files/xinit-1.3.3-gentoo-customizations.patch (renamed from x11-apps/xinit/files/0001-Gentoo-customizations.patch)4
-rw-r--r--x11-apps/xinit/xinit-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-apps/xinit/files/0001-Gentoo-customizations.patch b/x11-apps/xinit/files/xinit-1.3.3-gentoo-customizations.patch
index a25ef4ba..48dceabc 100644
--- a/x11-apps/xinit/files/0001-Gentoo-customizations.patch
+++ b/x11-apps/xinit/files/xinit-1.3.3-gentoo-customizations.patch
@@ -35,8 +35,8 @@ index 049a8e4..80c3ad9 100644
+fi
+
if [ -d XINITDIR/xinitrc.d ] ; then
-- for f in XINITDIR/xinitrc.dXSLASHGLOB.sh ; do
-+ for f in XINITDIR/xinitrc.dXSLASHGLOB ; do
+- for f in XINITDIR/xinitrc.d/?*.sh ; do
++ for f in XINITDIR/xinitrc.d/?* ; do
[ -x "$f" ] && . "$f"
done
unset f
diff --git a/x11-apps/xinit/xinit-9999.ebuild b/x11-apps/xinit/xinit-9999.ebuild
index 409dae5c..e8f2ded1 100644
--- a/x11-apps/xinit/xinit-9999.ebuild
+++ b/x11-apps/xinit/xinit-9999.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
DESCRIPTION="X Window System initializer"
LICENSE="${LICENSE} GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="+minimal"
RDEPEND="
@@ -28,7 +28,7 @@ PDEPEND="x11-apps/xrdb
"
PATCHES=(
- "${FILESDIR}/0001-Gentoo-customizations.patch"
+ "${FILESDIR}/${PN}-1.3.3-gentoo-customizations.patch"
)
src_configure() {