summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-03-06 16:24:34 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-03-06 16:24:34 +0000
commit04da60629174b18620396f2857e0dc88f3920ef3 (patch)
tree2726476537ba36267d70aede7b658ef6ac1c1185 /www-client/epiphany
parentApparently paxctl required for pax-marking binaries that will run at build ti... (diff)
downloadgentoo-2-04da60629174b18620396f2857e0dc88f3920ef3.tar.gz
gentoo-2-04da60629174b18620396f2857e0dc88f3920ef3.tar.bz2
gentoo-2-04da60629174b18620396f2857e0dc88f3920ef3.zip
Apparently paxctl is required for pax-marking binaries that will run at build time (bug #407085, thanks to Ulrich Müller).
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'www-client/epiphany')
-rw-r--r--www-client/epiphany/ChangeLog7
-rw-r--r--www-client/epiphany/epiphany-3.2.1-r1.ebuild4
2 files changed, 9 insertions, 2 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog
index fd324633a624..c227d2b99acd 100644
--- a/www-client/epiphany/ChangeLog
+++ b/www-client/epiphany/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-client/epiphany
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.278 2012/03/05 03:03:09 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.279 2012/03/06 16:24:34 tetromino Exp $
+
+ 06 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ epiphany-3.2.1-r1.ebuild:
+ Apparently paxctl is required for pax-marking binaries that will run at build
+ time (bug #407085, thanks to Ulrich Müller).
*epiphany-3.2.1-r1 (05 Mar 2012)
diff --git a/www-client/epiphany/epiphany-3.2.1-r1.ebuild b/www-client/epiphany/epiphany-3.2.1-r1.ebuild
index fdd0d2f3af50..a71c7960593e 100644
--- a/www-client/epiphany/epiphany-3.2.1-r1.ebuild
+++ b/www-client/epiphany/epiphany-3.2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.2.1-r1.ebuild,v 1.1 2012/03/05 03:03:09 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.2.1-r1.ebuild,v 1.2 2012/03/06 16:24:34 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -43,11 +43,13 @@ COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
RDEPEND="${COMMON_DEPEND}
x11-themes/gnome-icon-theme-symbolic
networkmanager? ( >=net-misc/networkmanager-0.8.997 )"
+# paxctl needed for bug #407085
DEPEND="${COMMON_DEPEND}
app-text/gnome-doc-utils
>=dev-util/gdbus-codegen-2.30.0
>=dev-util/intltool-0.40
dev-util/pkgconfig
+ sys-apps/paxctl
sys-devel/gettext
doc? ( >=dev-util/gtk-doc-1 )"