diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 14:21:12 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 14:21:12 +0000 |
commit | 2ebf18cd0a8c161f1576d810c81e6d84dc461b8e (patch) | |
tree | 5b4235740c033f4f3eed6d61121fdc6b90277e8d /net-mail | |
parent | mask freebsd-libexec[xinetd] (diff) | |
download | gentoo-2-2ebf18cd0a8c161f1576d810c81e6d84dc461b8e.tar.gz gentoo-2-2ebf18cd0a8c161f1576d810c81e6d84dc461b8e.tar.bz2 gentoo-2-2ebf18cd0a8c161f1576d810c81e6d84dc461b8e.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailbase/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/mailbase/mailbase-1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/mailbase/ChangeLog b/net-mail/mailbase/ChangeLog index cbdd1d71ff30..46cbeefe7171 100644 --- a/net-mail/mailbase/ChangeLog +++ b/net-mail/mailbase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mailbase -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/ChangeLog,v 1.75 2011/02/06 10:09:31 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/ChangeLog,v 1.76 2012/04/26 14:21:12 aballier Exp $ + + 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> mailbase-1.ebuild: + keyword ~amd64-fbsd 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> mailbase-0.00-r6.ebuild, mailbase-1.ebuild: diff --git a/net-mail/mailbase/mailbase-1.ebuild b/net-mail/mailbase/mailbase-1.ebuild index 5da584a9f2e6..f70ef43f902e 100644 --- a/net-mail/mailbase/mailbase-1.ebuild +++ b/net-mail/mailbase/mailbase-1.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/net-mail/mailbase/mailbase-1.ebuild,v 1.20 2011/02/06 10:09:31 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-1.ebuild,v 1.21 2012/04/26 14:21:12 aballier Exp $ inherit pam eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gentoo.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="pam" RDEPEND="pam? ( virtual/pam )" |