diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-07-13 12:53:11 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-07-13 12:53:11 +0000 |
commit | 1e28b2094118f8e16bae5f5f20046c501ac7b122 (patch) | |
tree | 7d33b13a4c020d5820f709913f7e905dc2a0e2e8 /sys-process/lsof | |
parent | Fix build bug #185162 (diff) | |
download | gentoo-2-1e28b2094118f8e16bae5f5f20046c501ac7b122.tar.gz gentoo-2-1e28b2094118f8e16bae5f5f20046c501ac7b122.tar.bz2 gentoo-2-1e28b2094118f8e16bae5f5f20046c501ac7b122.zip |
Stable on sparc wrt #185155
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-process/lsof')
-rw-r--r-- | sys-process/lsof/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/lsof/lsof-4.78.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/lsof/ChangeLog b/sys-process/lsof/ChangeLog index f3f95b6e1f05..2c09ad20032a 100644 --- a/sys-process/lsof/ChangeLog +++ b/sys-process/lsof/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/lsof # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.36 2007/07/13 10:48:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.37 2007/07/13 12:53:11 gustavoz Exp $ + + 13 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> lsof-4.78.ebuild: + Stable on sparc wrt #185155 13 Jul 2007; Raúl Porcel <armin76@gentoo.org> lsof-4.78.ebuild: alpha/ia64/x86 stable wrt #185155 diff --git a/sys-process/lsof/lsof-4.78.ebuild b/sys-process/lsof/lsof-4.78.ebuild index 7069eeeee63a..a695dadbdf5e 100644 --- a/sys-process/lsof/lsof-4.78.ebuild +++ b/sys-process/lsof/lsof-4.78.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.78.ebuild,v 1.7 2007/07/13 10:48:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.78.ebuild,v 1.8 2007/07/13 12:53:11 gustavoz Exp $ inherit eutils flag-o-matic fixheadtails toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.bz2 LICENSE="lsof" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="static" DEPEND="" |