diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-03-06 15:17:55 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-03-06 15:17:55 +0000 |
commit | 7f8a66673c860d7368afa576212814df01da0457 (patch) | |
tree | 580da44f506066dcc2237663c7a3b91eb1abd211 /dev-util/plan9port | |
parent | Stable for HPPA (bug #503402). (diff) | |
download | gentoo-2-7f8a66673c860d7368afa576212814df01da0457.tar.gz gentoo-2-7f8a66673c860d7368afa576212814df01da0457.tar.bz2 gentoo-2-7f8a66673c860d7368afa576212814df01da0457.zip |
Version bump, remove older unstable
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-util/plan9port')
-rw-r--r-- | dev-util/plan9port/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/plan9port/plan9port-20140304.ebuild (renamed from dev-util/plan9port/plan9port-20140224.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-util/plan9port/ChangeLog b/dev-util/plan9port/ChangeLog index 8f025cad96a2..ff15f3624c8e 100644 --- a/dev-util/plan9port/ChangeLog +++ b/dev-util/plan9port/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/plan9port # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/ChangeLog,v 1.34 2014/03/01 16:24:54 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/ChangeLog,v 1.35 2014/03/06 15:17:55 blueness Exp $ + +*plan9port-20140304 (06 Mar 2014) + + 06 Mar 2014; Anthony G. Basile <blueness@gentoo.org> + +plan9port-20140304.ebuild, -plan9port-20140224.ebuild: + Version bump, remove older unstable *plan9port-20140228 (01 Mar 2014) diff --git a/dev-util/plan9port/plan9port-20140224.ebuild b/dev-util/plan9port/plan9port-20140304.ebuild index f9c862e905bd..1e317eee5691 100644 --- a/dev-util/plan9port/plan9port-20140224.ebuild +++ b/dev-util/plan9port/plan9port-20140304.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20140224.ebuild,v 1.1 2014/02/25 14:41:41 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20140304.ebuild,v 1.1 2014/03/06 15:17:55 blueness Exp $ EAPI="4" @@ -25,7 +25,7 @@ QA_MULTILIB_PATHS="${PLAN9}/.*/.*" src_prepare() { - epatch "${FILESDIR}/${PN}-"{9660srv-errno,noexecstack,cflags,builderr}".patch" + epatch "${FILESDIR}/${PN}-"{noexecstack,cflags,builderr}".patch" # Fix paths, done in place of ./INSTALL -c einfo "Fixing hard-coded /usr/local/plan9 paths" |