diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-20 14:36:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-20 14:36:07 +0000 |
commit | 0d3a80522ac78a18906eac6881801c376ffed411 (patch) | |
tree | 6a08b23df758bcf90b297647fa5a92e1a0b3f155 /sys-apps | |
parent | Add more pax-marking by Alex Efros (bug #421859). (diff) | |
download | gentoo-2-0d3a80522ac78a18906eac6881801c376ffed411.tar.gz gentoo-2-0d3a80522ac78a18906eac6881801c376ffed411.tar.bz2 gentoo-2-0d3a80522ac78a18906eac6881801c376ffed411.zip |
Stable for amd64, wrt bug #422187
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pv/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pv/ChangeLog b/sys-apps/pv/ChangeLog index 0b012417c3c9..cf05cdaeacb6 100644 --- a/sys-apps/pv/ChangeLog +++ b/sys-apps/pv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.28 2012/06/20 05:59:53 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.29 2012/06/20 14:36:07 ago Exp $ + + 20 Jun 2012; Agostino Sarubbo <ago@gentoo.org> pv-1.2.0-r1.ebuild: + Stable for amd64, wrt bug #422187 20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> pv-1.2.0-r1.ebuild: marked x86 per bug 422187 diff --git a/sys-apps/pv/pv-1.2.0-r1.ebuild b/sys-apps/pv/pv-1.2.0-r1.ebuild index f7d5b16e7beb..bdea11fc0505 100644 --- a/sys-apps/pv/pv-1.2.0-r1.ebuild +++ b/sys-apps/pv/pv-1.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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-r1.ebuild,v 1.2 2012/06/20 05:59:53 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0-r1.ebuild,v 1.3 2012/06/20 14:36:07 ago Exp $ EAPI="4" @@ -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" PV_LINGUAS="de fr pl pt" |