diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-04 12:39:09 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-04 12:39:09 +0000 |
commit | fca9e28c8e7fe51d89a0183fe3ddbe3f8ec80ece (patch) | |
tree | b277eb84176a434d0dcd60763cc517150761bee6 /sys-apps/pmount | |
parent | fix bug #281316, #322303 (diff) | |
download | gentoo-2-fca9e28c8e7fe51d89a0183fe3ddbe3f8ec80ece.tar.gz gentoo-2-fca9e28c8e7fe51d89a0183fe3ddbe3f8ec80ece.tar.bz2 gentoo-2-fca9e28c8e7fe51d89a0183fe3ddbe3f8ec80ece.zip |
ppc64 stable wrt security #325507
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/pmount')
-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 6e9d6b0832b3..944d4c3d87ff 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.84 2010/06/28 05:49:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.85 2010/07/04 12:39:09 ssuominen Exp $ + + 04 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> pmount-0.9.23.ebuild: + ppc64 stable wrt security #325507 28 Jun 2010; Jeroen Roovers <jer@gentoo.org> pmount-0.9.23.ebuild: Stable for HPPA (bug #325507). diff --git a/sys-apps/pmount/pmount-0.9.23.ebuild b/sys-apps/pmount/pmount-0.9.23.ebuild index b37e36f3c06a..1845abbe624a 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.4 2010/06/28 05:49:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.23.ebuild,v 1.5 2010/07/04 12:39:09 ssuominen 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 |