summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-09-22 10:09:11 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-09-22 10:09:11 +0000
commitf818732c13f844069ed51949eddbd63b3c6a9a8c (patch)
treeeb75169a4eb3a65f0ec16e5c48e6a7cc3209c5e6 /sys-apps/pv
parentFix typing error in pkg_postinst() message wrt #485542 (diff)
downloadgentoo-2-f818732c13f844069ed51949eddbd63b3c6a9a8c.tar.gz
gentoo-2-f818732c13f844069ed51949eddbd63b3c6a9a8c.tar.bz2
gentoo-2-f818732c13f844069ed51949eddbd63b3c6a9a8c.zip
Stable for amd64, wrt bug #485008
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/pv')
-rw-r--r--sys-apps/pv/ChangeLog5
-rw-r--r--sys-apps/pv/pv-1.4.12.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pv/ChangeLog b/sys-apps/pv/ChangeLog
index 873055f255b5..c0f2e5375b48 100644
--- a/sys-apps/pv/ChangeLog
+++ b/sys-apps/pv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/pv
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.68 2013/09/17 13:42:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.69 2013/09/22 10:09:11 ago Exp $
+
+ 22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> pv-1.4.12.ebuild:
+ Stable for amd64, wrt bug #485008
17 Sep 2013; Jeroen Roovers <jer@gentoo.org> pv-1.4.12.ebuild:
Stable for HPPA (bug #485008).
diff --git a/sys-apps/pv/pv-1.4.12.ebuild b/sys-apps/pv/pv-1.4.12.ebuild
index 778cc054d6db..326f4f6f98b8 100644
--- a/sys-apps/pv/pv-1.4.12.ebuild
+++ b/sys-apps/pv/pv-1.4.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.4.12.ebuild,v 1.2 2013/09/17 13:42:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.4.12.ebuild,v 1.3 2013/09/22 10:09:11 ago Exp $
EAPI=4
inherit toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="http://www.ivarch.com/programs/sources/${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
IUSE="debug nls"
PV_LINGUAS=( de fr pl pt )