diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-09-28 21:35:15 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-09-28 21:35:15 +0000 |
commit | 241bf02bf663a8693af0622b56069bbf8062b690 (patch) | |
tree | 5116f9cffa68af39ab7798df4a29b12eb72e3ad6 /dev-util | |
parent | Stable for x86, wrt bug #483212 (diff) | |
download | gentoo-2-241bf02bf663a8693af0622b56069bbf8062b690.tar.gz gentoo-2-241bf02bf663a8693af0622b56069bbf8062b690.tar.bz2 gentoo-2-241bf02bf663a8693af0622b56069bbf8062b690.zip |
Version bump and remove broken version
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/plan9port/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/plan9port/plan9port-20130927.ebuild (renamed from dev-util/plan9port/plan9port-20130926.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-util/plan9port/ChangeLog b/dev-util/plan9port/ChangeLog index 948015e5c7c3..8fb62987b6a9 100644 --- a/dev-util/plan9port/ChangeLog +++ b/dev-util/plan9port/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/plan9port # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/ChangeLog,v 1.27 2013/09/27 11:57:40 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/ChangeLog,v 1.28 2013/09/28 21:35:15 blueness Exp $ + +*plan9port-20130927 (28 Sep 2013) + + 28 Sep 2013; Anthony G. Basile <blueness@gentoo.org> + +plan9port-20130927.ebuild, -plan9port-20130926.ebuild: + Version bump and remove broken version 27 Sep 2013; Anthony G. Basile <blueness@gentoo.org> -plan9port-20130814.ebuild: diff --git a/dev-util/plan9port/plan9port-20130926.ebuild b/dev-util/plan9port/plan9port-20130927.ebuild index 9e545843cbd1..28515eec7ba1 100644 --- a/dev-util/plan9port/plan9port-20130926.ebuild +++ b/dev-util/plan9port/plan9port-20130927.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20130926.ebuild,v 1.1 2013/09/27 11:55:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20130927.ebuild,v 1.1 2013/09/28 21:35:15 blueness Exp $ EAPI="4" @@ -45,7 +45,7 @@ src_compile() { # The INSTALL script builds mk then [re]builds everything using that einfo "Compiling Plan 9 from User Space can take a very long time" einfo "depending on the speed of your computer. Please be patient!" - ./INSTALL -b + ./INSTALL -b || die "Please report bugs to bugs.gentoo.org, NOT Plan9Port." } src_install() { |