diff options
Diffstat (limited to 'dev-vcs/stgit/stgit-0.15-r1.ebuild')
-rw-r--r-- | dev-vcs/stgit/stgit-0.15-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/stgit/stgit-0.15-r1.ebuild b/dev-vcs/stgit/stgit-0.15-r1.ebuild index a8e867e7a956..e34daf185344 100644 --- a/dev-vcs/stgit/stgit-0.15-r1.ebuild +++ b/dev-vcs/stgit/stgit-0.15-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/stgit-0.15-r1.ebuild,v 1.3 2011/03/27 23:23:25 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/stgit-0.15-r1.ebuild,v 1.4 2011/08/31 08:18:28 chainsaw Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86" IUSE="doc" RDEPEND=">=dev-vcs/git-1.6.3.3" |