diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-09-24 23:24:33 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-09-24 23:24:33 +0000 |
commit | 22daf3cdac62aad138aa219014aff23781bc4454 (patch) | |
tree | eada4f68781b77217819ab98d871c18fa465b670 /media-libs/netpbm/ChangeLog | |
parent | Remove old. For upgrade instructions from 2.1.0-r1 to later see bug 382617. (diff) | |
download | gentoo-2-22daf3cdac62aad138aa219014aff23781bc4454.tar.gz gentoo-2-22daf3cdac62aad138aa219014aff23781bc4454.tar.bz2 gentoo-2-22daf3cdac62aad138aa219014aff23781bc4454.zip |
Bug #297257: Change /dev/stdin usage to "-", because /dev/stdin device node does not exist in all of the stage3 tarballs, and if netpbm gets pulled in early during the user install, it will fail. Also fixing in stages. Might also help Prefix users with no /dev.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/netpbm/ChangeLog')
-rw-r--r-- | media-libs/netpbm/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/media-libs/netpbm/ChangeLog b/media-libs/netpbm/ChangeLog index b7dc043345d4..39a0637bcc34 100644 --- a/media-libs/netpbm/ChangeLog +++ b/media-libs/netpbm/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for media-libs/netpbm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/netpbm/ChangeLog,v 1.249 2011/09/24 21:16:50 chainsaw Exp $ - +# $Header: /var/cvsroot/gentoo-x86/media-libs/netpbm/ChangeLog,v 1.250 2011/09/24 23:24:33 robbat2 Exp $ + + 24 Sep 2011; Robin H. Johnson <robbat2@gentoo.org> netpbm-10.49.00.ebuild, + netpbm-10.51.00-r1.ebuild: + Bug #297257: Change /dev/stdin usage to "-", because /dev/stdin device node + does not exist in all of the stage3 tarballs, and if netpbm gets pulled in + early during the user install, it will fail. Also fixing in stages. Might + also help Prefix users with no /dev. + 24 Sep 2011; Tony Vroon <chainsaw@gentoo.org> netpbm-10.51.00-r1.ebuild: Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian "idella4" Delaney in bug #383753. |