From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S54nt-0002SN-5k for garchives@archives.gentoo.org; Wed, 07 Mar 2012 00:32:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3D47E0D2D; Wed, 7 Mar 2012 00:32:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AE924E0D2D for ; Wed, 7 Mar 2012 00:32:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE9871B4011 for ; Wed, 7 Mar 2012 00:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8AB59E5428 for ; Wed, 7 Mar 2012 00:32:18 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <1331079118.5eed1c4638e8eb12a93f082a1875df1529b4f1e2.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gjs/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gjs/gjs-1.31.20.ebuild dev-libs/gjs/gjs-9999.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 5eed1c4638e8eb12a93f082a1875df1529b4f1e2 X-VCS-Branch: master Date: Wed, 7 Mar 2012 00:32:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 76fff1de-8164-443c-8d96-1fcfec938a60 X-Archives-Hash: 4ed1af941a067f540f8f7c4b92f6065a commit: 5eed1c4638e8eb12a93f082a1875df1529b4f1e2 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Wed Mar 7 00:11:58 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Wed Mar 7 00:11:58 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D5eed1c46 dev-libs/gjs: forgot to commit the pax-marking changes --- dev-libs/gjs/gjs-1.31.20.ebuild | 5 ++++- dev-libs/gjs/gjs-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-libs/gjs/gjs-1.31.20.ebuild b/dev-libs/gjs/gjs-1.31.20.e= build index 6d0df65..b58a576 100644 --- a/dev-libs/gjs/gjs-1.31.20.ebuild +++ b/dev-libs/gjs/gjs-1.31.20.ebuild @@ -7,7 +7,7 @@ GCONF_DEBUG=3D"no" GNOME2_LA_PUNT=3D"yes" PYTHON_DEPEND=3D"2" =20 -inherit gnome2 python virtualx +inherit gnome2 pax-utils python virtualx =20 DESCRIPTION=3D"Javascript bindings for GNOME" HOMEPAGE=3D"http://live.gnome.org/Gjs" @@ -61,4 +61,7 @@ src_install() { insinto /usr/share/doc/${PF}/examples doins ${S}/examples/* fi + + # Required for gjs-console to run correctly on PaX systems + pax-mark mr "${ED}/usr/bin/gjs-console" } diff --git a/dev-libs/gjs/gjs-9999.ebuild b/dev-libs/gjs/gjs-9999.ebuild index 509a7e4..d351738 100644 --- a/dev-libs/gjs/gjs-9999.ebuild +++ b/dev-libs/gjs/gjs-9999.ebuild @@ -7,7 +7,7 @@ GCONF_DEBUG=3D"no" GNOME2_LA_PUNT=3D"yes" PYTHON_DEPEND=3D"2" =20 -inherit gnome2 python virtualx +inherit gnome2 pax-utils python virtualx if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live fi @@ -68,4 +68,7 @@ src_install() { insinto /usr/share/doc/${PF}/examples doins ${S}/examples/* fi + + # Required for gjs-console to run correctly on PaX systems + pax-mark mr "${ED}/usr/bin/gjs-console" }