diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-07-15 04:43:18 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-07-15 04:43:18 +0000 |
commit | 8b8977e8b36bee537965631e564f07fe0939c816 (patch) | |
tree | 21d9689415cd8e3a3b0dbd0cafe165f388e0717b /sys-libs | |
parent | drop old wrt bug #551556 (diff) | |
download | gentoo-2-8b8977e8b36bee537965631e564f07fe0939c816.tar.gz gentoo-2-8b8977e8b36bee537965631e564f07fe0939c816.tar.bz2 gentoo-2-8b8977e8b36bee537965631e564f07fe0939c816.zip |
Stable for HPPA (bug #553302).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/pam/pam-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/pam/ChangeLog b/sys-libs/pam/ChangeLog index e83f2549eba7..6ad099c3b293 100644 --- a/sys-libs/pam/ChangeLog +++ b/sys-libs/pam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/pam # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.357 2015/07/14 18:25:24 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.358 2015/07/15 04:43:18 jer Exp $ + + 15 Jul 2015; Jeroen Roovers <jer@gentoo.org> pam-1.2.1.ebuild: + Stable for HPPA (bug #553302). 14 Jul 2015; Tobias Klausmann <klausman@gentoo.org> pam-1.2.1.ebuild: Stable on alpha, bug 553302 diff --git a/sys-libs/pam/pam-1.2.1.ebuild b/sys-libs/pam/pam-1.2.1.ebuild index c94f262479e9..ee1a28c45ee1 100644 --- a/sys-libs/pam/pam-1.2.1.ebuild +++ b/sys-libs/pam/pam-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.2.1.ebuild,v 1.4 2015/07/14 18:25:24 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.2.1.ebuild,v 1.5 2015/07/15 04:43:18 jer Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2 LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="audit berkdb cracklib debug nis nls +pie selinux test vim-syntax" RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] ) |