diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-31 09:41:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-31 09:41:07 +0000 |
commit | c57ce5d4166ce2e4c8a043911c4f19774d0ab267 (patch) | |
tree | 61118f4ebe67b9d1fd8a6260f48112896e6a63a8 /sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild | |
parent | Disable forced ccache/distcc handling (since portage has FEATURES for this), ... (diff) | |
download | historical-c57ce5d4166ce2e4c8a043911c4f19774d0ab267.tar.gz historical-c57ce5d4166ce2e4c8a043911c4f19774d0ab267.tar.bz2 historical-c57ce5d4166ce2e4c8a043911c4f19774d0ab267.zip |
Stable for AMD64, wrt bug #396515
Package-Manager: portage-2.1.10.41/cvs/Linux i686
Diffstat (limited to 'sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild')
-rw-r--r-- | sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild index c1d212502272..53b44bd6d59b 100644 --- a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild +++ b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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-r4.ebuild,v 1.1 2011/11/24 18:27:15 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r4.ebuild,v 1.2 2011/12/31 09:41:07 ago Exp $ EAPI=2 inherit autotools libtool pam @@ -13,7 +13,7 @@ DEPEND=">=sys-libs/pam-0.72 virtual/mysql" 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}" |