diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 22:49:47 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 22:49:47 +0000 |
commit | 457f9468da2cb2123d28dea44c8429006f66e494 (patch) | |
tree | f188f17d7cc09667ce63d29be26ad5454408935b /sys-apps/pmount | |
parent | amd64 stable, bug #501914 (diff) | |
download | gentoo-2-457f9468da2cb2123d28dea44c8429006f66e494.tar.gz gentoo-2-457f9468da2cb2123d28dea44c8429006f66e494.tar.bz2 gentoo-2-457f9468da2cb2123d28dea44c8429006f66e494.zip |
amd64 stable, bug #501956
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
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 eb884ef0ea69..7f934d669306 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.101 2014/03/01 16:34:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.102 2014/03/02 22:49:47 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> pmount-0.9.99_alpha-r3.ebuild: + amd64 stable, bug #501956 01 Mar 2014; Jeroen Roovers <jer@gentoo.org> pmount-0.9.99_alpha-r3.ebuild: Stable for HPPA (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 043e2597bf25..293d5d5bc7e7 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.2 2014/03/01 16:34:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.99_alpha-r3.ebuild,v 1.3 2014/03/02 22:49:47 pacho 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 |