diff options
author | Brent Baude <ranger@gentoo.org> | 2012-04-23 21:29:23 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-04-23 21:29:23 +0000 |
commit | 83c414c2746b30b3d1a406d0b8b72506bfe3967d (patch) | |
tree | 4ae1e5a1a1178073aa1b62a4c582c78a2f33b6fa /sys-process | |
parent | Marking help2man-1.40.8 ppc64 for bug 412903 (diff) | |
download | gentoo-2-83c414c2746b30b3d1a406d0b8b72506bfe3967d.tar.gz gentoo-2-83c414c2746b30b3d1a406d0b8b72506bfe3967d.tar.bz2 gentoo-2-83c414c2746b30b3d1a406d0b8b72506bfe3967d.zip |
Marking lsof-4.85-r2 ppc64 for bug 413273
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/lsof/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/lsof/lsof-4.85-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/lsof/ChangeLog b/sys-process/lsof/ChangeLog index 33521e1372bd..850ab7ffaaaa 100644 --- a/sys-process/lsof/ChangeLog +++ b/sys-process/lsof/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/lsof # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.83 2012/04/23 16:06:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.84 2012/04/23 21:29:23 ranger Exp $ + + 23 Apr 2012; Brent Baude <ranger@gentoo.org> lsof-4.85-r2.ebuild: + Marking lsof-4.85-r2 ppc64 for bug 413273 23 Apr 2012; Mike Frysinger <vapier@gentoo.org> lsof-4.84-r1.ebuild, lsof-4.85-r1.ebuild, lsof-4.85-r2.ebuild, lsof-4.85.ebuild: diff --git a/sys-process/lsof/lsof-4.85-r2.ebuild b/sys-process/lsof/lsof-4.85-r2.ebuild index ba9d7250ef73..3ba6276e04d2 100644 --- a/sys-process/lsof/lsof-4.85-r2.ebuild +++ b/sys-process/lsof/lsof-4.85-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.85-r2.ebuild,v 1.2 2012/04/23 16:06:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.85-r2.ebuild,v 1.3 2012/04/23 21:29:23 ranger Exp $ EAPI="2" @@ -15,7 +15,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="examples ipv6 rpc selinux static" RDEPEND="rpc? ( net-libs/libtirpc ) |