diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-02 14:56:23 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-02 14:56:23 +0000 |
commit | 33bf88c9091d4003f67f5f2710ee6fbf60fb865e (patch) | |
tree | f378bd67812b9528ac3f59b79306b5b357a58338 /sys-apps/pv | |
parent | initial import, ebuild by Jacques-Pascal Deplaix, bug #425088 (diff) | |
download | gentoo-2-33bf88c9091d4003f67f5f2710ee6fbf60fb865e.tar.gz gentoo-2-33bf88c9091d4003f67f5f2710ee6fbf60fb865e.tar.bz2 gentoo-2-33bf88c9091d4003f67f5f2710ee6fbf60fb865e.zip |
Stable arm, bug #429480
(Portage version: 2.1.10.65/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.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pv/ChangeLog b/sys-apps/pv/ChangeLog index 701c62e7c721..649f2abdeb8f 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.35 2012/07/14 11:34:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.36 2012/08/02 14:56:23 blueness Exp $ + + 02 Aug 2012; Anthony G. Basile <blueness@gentoo.org> pv-1.3.4.ebuild: + Stable arm, bug #429480 14 Jul 2012; Markus Meier <maekke@gentoo.org> pv-1.2.0-r1.ebuild: arm stable, bug #422187 diff --git a/sys-apps/pv/pv-1.3.4.ebuild b/sys-apps/pv/pv-1.3.4.ebuild index e657e2b20e5b..4ad468bed5d7 100644 --- a/sys-apps/pv/pv-1.3.4.ebuild +++ b/sys-apps/pv/pv-1.3.4.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.3.4.ebuild,v 1.1 2012/07/02 11:31:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.3.4.ebuild,v 1.2 2012/08/02 14:56:23 blueness Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://www.ivarch.com/programs/sources/${P}.tar.gz" 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" |