diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2011-02-27 15:05:32 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2011-02-27 15:05:32 +0000 |
commit | f483388534f584ced5c1f595252493c514c5eea3 (patch) | |
tree | 8c9c39bfaaf28bb0377726dd71c760e77d781636 /sys-apps/pv | |
parent | Stable on alpha, bug #355881 (diff) | |
download | gentoo-2-f483388534f584ced5c1f595252493c514c5eea3.tar.gz gentoo-2-f483388534f584ced5c1f595252493c514c5eea3.tar.bz2 gentoo-2-f483388534f584ced5c1f595252493c514c5eea3.zip |
Stable on alpha, bug #355911
(Portage version: 2.1.9.41/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 f322f72ea13c..69f1f5844e3b 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.16 2011/02/22 17:31:41 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.17 2011/02/27 15:05:32 klausman Exp $ + + 27 Feb 2011; Tobias Klausmann <klausman@gentoo.org> pv-1.2.0.ebuild: + Stable on alpha, bug #355911 22 Feb 2011; Markos Chandras <hwoarang@gentoo.org> pv-1.2.0.ebuild: Stable on amd64 wrt bug #355911 diff --git a/sys-apps/pv/pv-1.2.0.ebuild b/sys-apps/pv/pv-1.2.0.ebuild index 7036ab8f6734..2c5dabc63142 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.3 2011/02/22 17:31:41 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.4 2011/02/27 15:05:32 klausman 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() { |