diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-05 16:12:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-05 16:12:44 +0000 |
commit | 8561742e2d594fe8c523625d35aac9b0043b941a (patch) | |
tree | 4709c80bed605b9d297ad9fefead9fdb6e82c80a /sys-apps/pmount | |
parent | Stable for ppc, wrt bug #500978 (diff) | |
download | gentoo-2-8561742e2d594fe8c523625d35aac9b0043b941a.tar.gz gentoo-2-8561742e2d594fe8c523625d35aac9b0043b941a.tar.bz2 gentoo-2-8561742e2d594fe8c523625d35aac9b0043b941a.zip |
Stable for ppc, wrt bug #501956
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/pmount')
-rw-r--r-- | sys-apps/pmount/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.9.99_alpha-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pmount/ChangeLog b/sys-apps/pmount/ChangeLog index b9d977449047..50fa64462b8d 100644 --- a/sys-apps/pmount/ChangeLog +++ b/sys-apps/pmount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pmount # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.103 2014/03/04 20:18:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.104 2014/03/05 16:12:44 ago Exp $ + + 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pmount-0.9.99_alpha-r3.ebuild: + Stable for ppc, wrt bug #501956 04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pmount-0.9.99_alpha-r3.ebuild: Stable for x86, wrt bug #501956 diff --git a/sys-apps/pmount/pmount-0.9.99_alpha-r3.ebuild b/sys-apps/pmount/pmount-0.9.99_alpha-r3.ebuild index dd9f088909b7..35f518688594 100644 --- a/sys-apps/pmount/pmount-0.9.99_alpha-r3.ebuild +++ b/sys-apps/pmount/pmount-0.9.99_alpha-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.99_alpha-r3.ebuild,v 1.4 2014/03/04 20:18:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.99_alpha-r3.ebuild,v 1.5 2014/03/05 16:12:44 ago Exp $ EAPI=5 inherit eutils user @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV/_/-}.orig.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86" IUSE="crypt" RDEPEND=">=sys-apps/util-linux-2.17.2 |