diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-22 17:31:41 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-22 17:31:41 +0000 |
commit | c9a9363f47136afbaa4818ada561778068f8c857 (patch) | |
tree | 7951ca5fb2b32381e56300962caf768131d0c186 /sys-apps | |
parent | move to sound and python (diff) | |
download | gentoo-2-c9a9363f47136afbaa4818ada561778068f8c857.tar.gz gentoo-2-c9a9363f47136afbaa4818ada561778068f8c857.tar.bz2 gentoo-2-c9a9363f47136afbaa4818ada561778068f8c857.zip |
Stable on amd64 wrt bug #355911
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pv/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/pv/ChangeLog b/sys-apps/pv/ChangeLog index f5afbe538c21..f322f72ea13c 100644 --- a/sys-apps/pv/ChangeLog +++ b/sys-apps/pv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pv -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.15 2010/12/16 17:59:18 angelos Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.16 2011/02/22 17:31:41 hwoarang Exp $ + + 22 Feb 2011; Markos Chandras <hwoarang@gentoo.org> pv-1.2.0.ebuild: + Stable on amd64 wrt bug #355911 16 Dec 2010; Christoph Mende <angelos@gentoo.org> pv-1.2.0.ebuild: Fixed SRC_URI diff --git a/sys-apps/pv/pv-1.2.0.ebuild b/sys-apps/pv/pv-1.2.0.ebuild index e7b1041c5260..7036ab8f6734 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-2010 Gentoo Foundation +# 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.2 2010/12/16 17:59:18 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.3 2011/02/22 17:31:41 hwoarang 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() { |