summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-04-26 15:54:10 +0000
committerPacho Ramos <pacho@gentoo.org>2015-04-26 15:54:10 +0000
commitd9b39c7b3cf0ec0e5b7f325007adecbcd8e45862 (patch)
treee30ec6babbae51301815e1b522cac4d09fe7046d /sys-auth
parentx86 stable wrt bug #547584 (diff)
downloadgentoo-2-d9b39c7b3cf0ec0e5b7f325007adecbcd8e45862.tar.gz
gentoo-2-d9b39c7b3cf0ec0e5b7f325007adecbcd8e45862.tar.bz2
gentoo-2-d9b39c7b3cf0ec0e5b7f325007adecbcd8e45862.zip
x86 stable wrt bug #544120
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_mysql/ChangeLog7
-rw-r--r--sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/pam_mysql/ChangeLog b/sys-auth/pam_mysql/ChangeLog
index f5f24b7c9440..1988fb3effc3 100644
--- a/sys-auth/pam_mysql/ChangeLog
+++ b/sys-auth/pam_mysql/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/pam_mysql
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.25 2014/10/09 20:22:41 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.26 2015/04/26 15:54:10 pacho Exp $
+
+ 26 Apr 2015; Pacho Ramos <pacho@gentoo.org> pam_mysql-0.7_rc1-r5.ebuild:
+ x86 stable wrt bug #544120
*pam_mysql-0.7_rc1-r5 (19 Aug 2014)
diff --git a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild
index 5d1c85a400eb..8ed0b1b6f361 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild,v 1.1 2014/08/19 17:14:31 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild,v 1.2 2015/04/26 15:54:10 pacho Exp $
EAPI=5
inherit autotools-utils pam
@@ -17,7 +17,7 @@ DEPEND="
RDEPEND="${DEPEND}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
IUSE="openssl"
S="${WORKDIR}/${P/_rc/RC}"