diff options
author | 2011-02-28 00:56:26 +0000 | |
---|---|---|
committer | 2011-02-28 00:56:26 +0000 | |
commit | eca3810d9f4756e31cc109e8f4862486888871f8 (patch) | |
tree | ecb5db5fd0c432b7e7bc74374b9592d4932d3c7d /sys-apps/pv | |
parent | stable ppc, bug 345187 (diff) | |
download | gentoo-2-eca3810d9f4756e31cc109e8f4862486888871f8.tar.gz gentoo-2-eca3810d9f4756e31cc109e8f4862486888871f8.tar.bz2 gentoo-2-eca3810d9f4756e31cc109e8f4862486888871f8.zip |
stable ppc, bug 355911
(Portage version: 2.1.9.25/cvs/Linux ppc64)
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 69f1f5844e3b..ab17f7207658 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.17 2011/02/27 15:05:32 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.18 2011/02/28 00:56:26 ranger Exp $ + + 28 Feb 2011; Brent Baude <ranger@gentoo.org> pv-1.2.0.ebuild: + stable ppc, bug 355911 27 Feb 2011; Tobias Klausmann <klausman@gentoo.org> pv-1.2.0.ebuild: Stable on alpha, bug #355911 diff --git a/sys-apps/pv/pv-1.2.0.ebuild b/sys-apps/pv/pv-1.2.0.ebuild index 2c5dabc63142..d61ecfae0a4a 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.4 2011/02/27 15:05:32 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.5 2011/02/28 00:56:26 ranger 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() { |