diff options
author | 2009-06-01 16:18:48 +0000 | |
---|---|---|
committer | 2009-06-01 16:18:48 +0000 | |
commit | c1849027a954ad33bd7b61f1c758297c9ac69058 (patch) | |
tree | a9cdb2bb0e62197fa4864783cd99b6bebd98cdfb /dev-util | |
parent | Disable tests until testsuite troubleshooting is complete (diff) | |
download | gentoo-2-c1849027a954ad33bd7b61f1c758297c9ac69058.tar.gz gentoo-2-c1849027a954ad33bd7b61f1c758297c9ac69058.tar.bz2 gentoo-2-c1849027a954ad33bd7b61f1c758297c9ac69058.zip |
ppc stable #268759
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/stgit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/stgit/stgit-0.14.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/stgit/ChangeLog b/dev-util/stgit/ChangeLog index 78731e836c0c..fdba9ddf35b4 100644 --- a/dev-util/stgit/ChangeLog +++ b/dev-util/stgit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/stgit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/ChangeLog,v 1.33 2009/05/31 23:58:30 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/ChangeLog,v 1.34 2009/06/01 16:18:48 nixnut Exp $ + + 01 Jun 2009; nixnut <nixnut@gentoo.org> stgit-0.14.3.ebuild: + ppc stable #268759 31 May 2009; Brent Baude <ranger@gentoo.org> stgit-0.14.3.ebuild: Marking stgit-0.14.3 ppc64 for bug 268759 diff --git a/dev-util/stgit/stgit-0.14.3.ebuild b/dev-util/stgit/stgit-0.14.3.ebuild index 574242df6ed3..cb1be7c5c4d9 100644 --- a/dev-util/stgit/stgit-0.14.3.ebuild +++ b/dev-util/stgit/stgit-0.14.3.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/dev-util/stgit/stgit-0.14.3.ebuild,v 1.7 2009/05/31 23:58:31 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.14.3.ebuild,v 1.8 2009/06/01 16:18:48 nixnut Exp $ inherit distutils bash-completion @@ -10,7 +10,7 @@ SRC_URI="http://homepage.ntlworld.com/cmarinas/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~ppc ppc64 x86" +KEYWORDS="alpha amd64 ppc ppc64 x86" IUSE="" RDEPEND=">=dev-util/git-1.5" |