diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pmount/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.9.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pmount/ChangeLog b/sys-apps/pmount/ChangeLog index 198df0b454cc..370579e8e002 100644 --- a/sys-apps/pmount/ChangeLog +++ b/sys-apps/pmount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pmount # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.82 2010/06/25 15:09:37 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.83 2010/06/26 14:58:43 armin76 Exp $ + + 26 Jun 2010; Raúl Porcel <armin76@gentoo.org> pmount-0.9.23.ebuild: + alpha/arm/ia64/sh/sparc/x86 stable wrt #325507 25 Jun 2010; Christoph Mende <angelos@gentoo.org> pmount-0.9.23.ebuild: Stable on amd64 wrt bug #325507 diff --git a/sys-apps/pmount/pmount-0.9.23.ebuild b/sys-apps/pmount/pmount-0.9.23.ebuild index 03e2349da02b..0990b4a43920 100644 --- a/sys-apps/pmount/pmount-0.9.23.ebuild +++ b/sys-apps/pmount/pmount-0.9.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.23.ebuild,v 1.2 2010/06/25 15:09:37 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.23.ebuild,v 1.3 2010/06/26 14:58:43 armin76 Exp $ EAPI=2 inherit base eutils @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.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.16 |