summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-02-28 17:22:32 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-02-28 17:22:32 +0000
commita2b81fc86d45f26424d25c26abc4dae8525feb97 (patch)
tree08c272c151c638919fd1fb9507a547e4e8d9de81 /dev-vcs
parentMove KEYWORDS to another line to avoid bug #399061 (diff)
downloadgentoo-2-a2b81fc86d45f26424d25c26abc4dae8525feb97.tar.gz
gentoo-2-a2b81fc86d45f26424d25c26abc4dae8525feb97.tar.bz2
gentoo-2-a2b81fc86d45f26424d25c26abc4dae8525feb97.zip
Move KEYWORDS to another line to avoid bug #399061
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gti/ChangeLog7
-rw-r--r--dev-vcs/gti/gti-9999.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/gti/ChangeLog b/dev-vcs/gti/ChangeLog
index dc821fbcd422..317e55c7495a 100644
--- a/dev-vcs/gti/ChangeLog
+++ b/dev-vcs/gti/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/gti
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gti/ChangeLog,v 1.1 2012/08/16 11:44:55 scarabeus Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gti/ChangeLog,v 1.2 2015/02/28 17:22:32 ago Exp $
+
+ 28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gti-9999.ebuild:
+ Move KEYWORDS to another line to avoid bug #399061
*gti-9999 (16 Aug 2012)
diff --git a/dev-vcs/gti/gti-9999.ebuild b/dev-vcs/gti/gti-9999.ebuild
index 9d6f67bf3c3c..ac590fd6ccea 100644
--- a/dev-vcs/gti/gti-9999.ebuild
+++ b/dev-vcs/gti/gti-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gti/gti-9999.ebuild,v 1.1 2012/08/16 11:44:55 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gti/gti-9999.ebuild,v 1.2 2015/02/28 17:22:32 ago Exp $
EAPI=4
@@ -13,7 +13,8 @@ SRC_URI=""
LICENSE="MIT"
SLOT="0"
-[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+[[ ${PV} == 9999 ]] || \
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="dev-vcs/git"