diff options
Diffstat (limited to 'sys-apps/pv')
-rw-r--r-- | sys-apps/pv/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/pv/ChangeLog b/sys-apps/pv/ChangeLog index 0a005862b08b..a452733a7250 100644 --- a/sys-apps/pv/ChangeLog +++ b/sys-apps/pv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pv -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.10 2009/06/05 16:03:56 jer Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.11 2010/01/07 21:48:19 fauli Exp $ + + 07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> pv-1.1.4.ebuild: + Transfer Prefix keywords 05 Jun 2009; Jeroen Roovers <jer@gentoo.org> pv-1.1.4.ebuild: Stable for HPPA too. diff --git a/sys-apps/pv/pv-1.1.4.ebuild b/sys-apps/pv/pv-1.1.4.ebuild index 2aff688a6df6..151a5a72c58f 100644 --- a/sys-apps/pv/pv-1.1.4.ebuild +++ b/sys-apps/pv/pv-1.1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.1.4.ebuild,v 1.7 2009/06/05 16:03:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.1.4.ebuild,v 1.8 2010/01/07 21:48:19 fauli Exp $ DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe" HOMEPAGE="http://www.ivarch.com/programs/pv.shtml" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/pipeviewer/${P}.tar.gz" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris" IUSE="debug nls" src_compile() { |