diff options
author | Michael Weber <xmw@gentoo.org> | 2011-03-23 01:15:02 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-03-23 01:15:02 +0000 |
commit | 882458607988ade288e7de62cd207bdae4683136 (patch) | |
tree | 7ff3e59017d5431b16c25de4d7b8cde90fd6ca09 /sys-apps/pv | |
parent | Fix automagic GConf dependency (diff) | |
download | gentoo-2-882458607988ade288e7de62cd207bdae4683136.tar.gz gentoo-2-882458607988ade288e7de62cd207bdae4683136.tar.bz2 gentoo-2-882458607988ade288e7de62cd207bdae4683136.zip |
arm stable (bug 355911)
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/pv')
-rw-r--r-- | sys-apps/pv/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pv/ChangeLog b/sys-apps/pv/ChangeLog index 9aa135f33010..d3e6f528bc74 100644 --- a/sys-apps/pv/ChangeLog +++ b/sys-apps/pv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pv # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.22 2011/03/21 00:41:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.23 2011/03/23 01:15:02 xmw Exp $ + + 23 Mar 2011; Michael Weber <xmw@gentoo.org> pv-1.2.0.ebuild: + arm stable (bug 355911) 21 Mar 2011; Jeroen Roovers <jer@gentoo.org> metadata.xml: Maintain. diff --git a/sys-apps/pv/pv-1.2.0.ebuild b/sys-apps/pv/pv-1.2.0.ebuild index 5a59b1c39958..e23ac2f3f514 100644 --- a/sys-apps/pv/pv-1.2.0.ebuild +++ b/sys-apps/pv/pv-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.8 2011/03/11 17:22:17 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.9 2011/03/23 01:15:02 xmw Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://pipeviewer.googlecode.com/files/${P}.tar.bz2" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris" IUSE="nls" src_configure() { |