diff options
author | 2015-04-13 19:32:43 +0000 | |
---|---|---|
committer | 2015-04-13 19:32:43 +0000 | |
commit | 2076f15d70ab4372474a46e9ffaff3336be154c9 (patch) | |
tree | eeab209f109bf58725892728330b24d7cf51cf17 /app-emacs | |
parent | app-emacs/bison-mode: Adding new package. (diff) | |
download | gentoo-2-2076f15d70ab4372474a46e9ffaff3336be154c9.tar.gz gentoo-2-2076f15d70ab4372474a46e9ffaff3336be154c9.tar.bz2 gentoo-2-2076f15d70ab4372474a46e9ffaff3336be154c9.zip |
app-emacs/bison-mode: Added ~x86 keyword.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key AC91CA52)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/bison-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/bison-mode/bison-mode-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/bison-mode/ChangeLog b/app-emacs/bison-mode/ChangeLog index cc033acdce22..0134570779ae 100644 --- a/app-emacs/bison-mode/ChangeLog +++ b/app-emacs/bison-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/bison-mode # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/bison-mode/ChangeLog,v 1.1 2015/04/13 19:31:41 nicolasbock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/bison-mode/ChangeLog,v 1.2 2015/04/13 19:32:43 nicolasbock Exp $ + + 13 Apr 2015; Nicolas Bock <nicolasbock@gentoo.org> bison-mode-0.3.ebuild: + app-emacs/bison-mode: Added ~x86 keyword. *bison-mode-0.3 (13 Apr 2015) diff --git a/app-emacs/bison-mode/bison-mode-0.3.ebuild b/app-emacs/bison-mode/bison-mode-0.3.ebuild index 928b69adae17..08f4295bc647 100644 --- a/app-emacs/bison-mode/bison-mode-0.3.ebuild +++ b/app-emacs/bison-mode/bison-mode-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/bison-mode/bison-mode-0.3.ebuild,v 1.1 2015/04/13 19:31:41 nicolasbock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/bison-mode/bison-mode-0.3.ebuild,v 1.2 2015/04/13 19:32:43 nicolasbock Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~nicolasbock/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" |