diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-14 13:18:19 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-14 13:18:19 +0000 |
commit | f8f0139d1835f43d451bf98fe5d0dc9c6fd9a489 (patch) | |
tree | 38fcfcf87e704151037be82ba840a92997091e25 /app-emacs | |
parent | QA: since mips was unable to keyword never versions for 2 years. Drop their l... (diff) | |
download | gentoo-2-f8f0139d1835f43d451bf98fe5d0dc9c6fd9a489.tar.gz gentoo-2-f8f0139d1835f43d451bf98fe5d0dc9c6fd9a489.tar.bz2 gentoo-2-f8f0139d1835f43d451bf98fe5d0dc9c6fd9a489.zip |
QA: drop keywords on live ebuild, add missing || die
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/gentoo-syntax/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index 71bcd5a746cb..afc873a25664 100644 --- a/app-emacs/gentoo-syntax/ChangeLog +++ b/app-emacs/gentoo-syntax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/gentoo-syntax # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.53 2009/10/19 06:54:32 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.54 2009/11/14 13:18:19 scarabeus Exp $ + + 14 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org> + gentoo-syntax-9999.ebuild: + QA: drop keywords on live ebuild, add missing die *gentoo-syntax-1.15-r1 (19 Oct 2009) diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild index 9abbc5ab4109..53c5234d82e7 100644 --- a/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild +++ b/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild,v 1.9 2009/08/25 19:45:01 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild,v 1.10 2009/11/14 13:18:19 scarabeus Exp $ inherit elisp subversion @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="" IUSE="" DOCS="ChangeLog" @@ -19,7 +19,7 @@ SITEFILE="50${PN}-gentoo.el" src_compile() { elisp_src_compile - makeinfo gentoo-syntax.texi + makeinfo gentoo-syntax.texi || die } src_install() { |