diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-03-28 03:51:12 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-03-28 03:51:12 +0000 |
commit | 97e026f0c2ef41654c7b4d1eda3cf77ecd71f03a (patch) | |
tree | 8c42c9acc1edcb63983e1f6231a609e9d9397415 /app-emacs | |
parent | Version bump. (diff) | |
download | gentoo-2-97e026f0c2ef41654c7b4d1eda3cf77ecd71f03a.tar.gz gentoo-2-97e026f0c2ef41654c7b4d1eda3cf77ecd71f03a.tar.bz2 gentoo-2-97e026f0c2ef41654c7b4d1eda3cf77ecd71f03a.zip |
Add ~x86-fbsd.
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/nagios-mode/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/nagios-mode/nagios-mode-0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/nagios-mode/ChangeLog b/app-emacs/nagios-mode/ChangeLog index c8308c3fabf7..04ba77260230 100644 --- a/app-emacs/nagios-mode/ChangeLog +++ b/app-emacs/nagios-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/nagios-mode -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/nagios-mode/ChangeLog,v 1.3 2011/10/23 12:10:59 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/nagios-mode/ChangeLog,v 1.4 2012/03/28 03:51:12 naota Exp $ + + 28 Mar 2012; Naohiro Aota <naota@gentoo.org> nagios-mode-0.3.ebuild: + Add ~x86-fbsd. 23 Oct 2011; Markus Meier <maekke@gentoo.org> nagios-mode-0.3.ebuild: x86 stable, bug #387229 diff --git a/app-emacs/nagios-mode/nagios-mode-0.3.ebuild b/app-emacs/nagios-mode/nagios-mode-0.3.ebuild index 7cbd26df114f..93fa20a6420e 100644 --- a/app-emacs/nagios-mode/nagios-mode-0.3.ebuild +++ b/app-emacs/nagios-mode/nagios-mode-0.3.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/app-emacs/nagios-mode/nagios-mode-0.3.ebuild,v 1.3 2011/10/23 12:10:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/nagios-mode/nagios-mode-0.3.ebuild,v 1.4 2012/03/28 03:51:12 naota Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" SITEFILE="50${PN}-gentoo.el" |