diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 13:53:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 13:53:41 +0000 |
commit | 9bcecf8c162d2d784b61ed5145036a3b4cbff9aa (patch) | |
tree | 718a58eaedd45ce412aaaa2691377ee7b3269767 /sys-auth/openpam | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-9bcecf8c162d2d784b61ed5145036a3b4cbff9aa.tar.gz gentoo-2-9bcecf8c162d2d784b61ed5145036a3b4cbff9aa.tar.bz2 gentoo-2-9bcecf8c162d2d784b61ed5145036a3b4cbff9aa.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/openpam')
-rw-r--r-- | sys-auth/openpam/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/openpam/openpam-20111218.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/openpam/ChangeLog b/sys-auth/openpam/ChangeLog index 504e8f842875..3cabb9d2dba3 100644 --- a/sys-auth/openpam/ChangeLog +++ b/sys-auth/openpam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/openpam # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.19 2012/04/22 14:04:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.20 2012/04/26 13:53:41 aballier Exp $ + + 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> openpam-20111218.ebuild: + keyword ~amd64-fbsd *openpam-20111218 (22 Apr 2012) diff --git a/sys-auth/openpam/openpam-20111218.ebuild b/sys-auth/openpam/openpam-20111218.ebuild index 80d7e4243b2c..e42c748aa625 100644 --- a/sys-auth/openpam/openpam-20111218.ebuild +++ b/sys-auth/openpam/openpam-20111218.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20111218.ebuild,v 1.1 2012/04/22 14:04:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20111218.ebuild,v 1.2 2012/04/26 13:53:41 aballier Exp $ EAPI="2" # https://bugs.gentoo.org/show_bug.cgi?id=318121 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~sparc-fbsd ~x86-fbsd" +KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="debug vim-syntax" RDEPEND="!sys-libs/pam" |