| Summary: | sys-process/procps-3.3.4 - version UNKNOWN | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jeroen Roovers (RETIRED) <jer> |
| Component: | [OLD] Core system | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | Keywords: | PATCH |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
should be all set now in the tree; thanks for the report! Commit message: Switch to tarball on Debian mirrors since the git one does not include generated files http://sources.gentoo.org/sys-process/procps/procps-3.3.4.ebuild?r1=1.1&r2=1.2 |
= Example: # top -v procps-ng version UNKNOWN usage: top -hv | -bcHiSs -d delay -n limit -u|U user -p pid[,pid] -w [cols] = Patch: Index: procps-3.3.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.4.ebuild,v retrieving revision 1.1 diff -u -B -r1.1 procps-3.3.4.ebuild --- procps-3.3.4.ebuild 29 Oct 2012 20:33:29 -0000 1.1 +++ procps-3.3.4.ebuild 31 Oct 2012 17:19:50 -0000 @@ -25,6 +25,7 @@ src_prepare() { po/update-potfiles || die + printf '%s\n' "${PV}" > .tarball-version eautoreconf }