diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-10-27 12:23:02 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-10-27 12:23:02 +0000 |
commit | 67b7e6c5f248d77353476e931e3f089560bd3c1b (patch) | |
tree | 23fef4ce34285b43b4e049cb80d3dfaaf87695cd /x11-libs/gnome-pty-helper | |
parent | eapi4, respect CC, LDFLAGS, add ~amd64 (diff) | |
download | gentoo-2-67b7e6c5f248d77353476e931e3f089560bd3c1b.tar.gz gentoo-2-67b7e6c5f248d77353476e931e3f089560bd3c1b.tar.bz2 gentoo-2-67b7e6c5f248d77353476e931e3f089560bd3c1b.zip |
Version bump.
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs/gnome-pty-helper')
-rw-r--r-- | x11-libs/gnome-pty-helper/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.1.ebuild (renamed from x11-libs/gnome-pty-helper/gnome-pty-helper-0.32.0.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-libs/gnome-pty-helper/ChangeLog b/x11-libs/gnome-pty-helper/ChangeLog index c283db971311..e5d91aeae49a 100644 --- a/x11-libs/gnome-pty-helper/ChangeLog +++ b/x11-libs/gnome-pty-helper/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/gnome-pty-helper # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v 1.20 2012/10/16 04:52:33 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v 1.21 2012/10/27 12:23:02 pacho Exp $ + +*gnome-pty-helper-0.34.1 (27 Oct 2012) + + 27 Oct 2012; Pacho Ramos <pacho@gentoo.org> +gnome-pty-helper-0.34.1.ebuild, + -gnome-pty-helper-0.32.0.ebuild: + Version bump. 16 Oct 2012; Anthony G. Basile <blueness@gentoo.org> gnome-pty-helper-0.32.2.ebuild: diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.32.0.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.1.ebuild index 3b4f6d0c1d20..751eb6f8b79b 100644 --- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.32.0.ebuild +++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.1.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/x11-libs/gnome-pty-helper/gnome-pty-helper-0.32.0.ebuild,v 1.2 2012/04/14 09:11:58 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.1.ebuild,v 1.1 2012/10/27 12:23:02 pacho Exp $ EAPI="4" GNOME_ORG_MODULE="vte" @@ -22,7 +22,7 @@ DEPEND="" S="${WORKDIR}/vte-${PV}/gnome-pty-helper" -pkg_setup() { +src_prepare() { # As recommended by upstream (/usr/libexec/$PN is a setgid binary) if use hardened; then export SUID_CFLAGS="-fPIE ${SUID_CFLAGS}" |