diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-20 09:22:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-20 09:22:43 +0000 |
commit | ad08ec60ee393e9433cd8578f39782d105739f39 (patch) | |
tree | 56dfa928e9343ec01287fc9241af876aa19eed01 /sys-apps | |
parent | Stable for amd64, wrt bug #399459 (diff) | |
download | gentoo-2-ad08ec60ee393e9433cd8578f39782d105739f39.tar.gz gentoo-2-ad08ec60ee393e9433cd8578f39782d105739f39.tar.bz2 gentoo-2-ad08ec60ee393e9433cd8578f39782d105739f39.zip |
Stable for amd64, wrt bug #399415
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pmount/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.9.99_alpha-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/pmount/ChangeLog b/sys-apps/pmount/ChangeLog index 2c97f8a433fa..0febd15c19ac 100644 --- a/sys-apps/pmount/ChangeLog +++ b/sys-apps/pmount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pmount -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.88 2011/12/08 18:04:06 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.89 2012/01/20 09:22:43 ago Exp $ + + 20 Jan 2012; Agostino Sarubbo <ago@gentoo.org> pmount-0.9.99_alpha-r1.ebuild: + Stable for amd64, wrt bug #399415 *pmount-0.9.99_alpha-r1 (08 Dec 2011) diff --git a/sys-apps/pmount/pmount-0.9.99_alpha-r1.ebuild b/sys-apps/pmount/pmount-0.9.99_alpha-r1.ebuild index ac72dd7cfbf6..d44cd4409e87 100644 --- a/sys-apps/pmount/pmount-0.9.99_alpha-r1.ebuild +++ b/sys-apps/pmount/pmount-0.9.99_alpha-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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-r1.ebuild,v 1.1 2011/12/08 18:04:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.99_alpha-r1.ebuild,v 1.2 2012/01/20 09:22:43 ago Exp $ EAPI=4 inherit eutils @@ -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 |