diff options
author | 2009-04-26 19:06:30 +0000 | |
---|---|---|
committer | 2009-04-26 19:06:30 +0000 | |
commit | f27a73920264cced99f54e73062d4399d1992e8e (patch) | |
tree | af838e3a021fc4bd402b7e744f89bfa0eca79c08 /dev-util | |
parent | Version bump. (diff) | |
download | gentoo-2-f27a73920264cced99f54e73062d4399d1992e8e.tar.gz gentoo-2-f27a73920264cced99f54e73062d4399d1992e8e.tar.bz2 gentoo-2-f27a73920264cced99f54e73062d4399d1992e8e.zip |
stable ppc, bug 267439
(Portage version: 2.1.6.11/cvs/Linux ppc64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/global/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/global/global-5.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/global/ChangeLog b/dev-util/global/ChangeLog index 447f60428ee6..e6eb87853f63 100644 --- a/dev-util/global/ChangeLog +++ b/dev-util/global/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/global # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.36 2009/04/26 16:00:57 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.37 2009/04/26 19:06:30 ranger Exp $ + + 26 Apr 2009; Brent Baude <ranger@gentoo.org> global-5.7.5.ebuild: + stable ppc, bug 267439 26 Apr 2009; Tiago Cunha <tcunha@gentoo.org> global-5.7.5.ebuild: stable amd64/sparc, bug 267439 diff --git a/dev-util/global/global-5.7.5.ebuild b/dev-util/global/global-5.7.5.ebuild index 2a87325337be..71c084703f7e 100644 --- a/dev-util/global/global-5.7.5.ebuild +++ b/dev-util/global/global-5.7.5.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/global/global-5.7.5.ebuild,v 1.3 2009/04/26 16:00:57 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.7.5.ebuild,v 1.4 2009/04/26 19:06:30 ranger Exp $ inherit elisp-common @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~ppc sparc ~x86" +KEYWORDS="amd64 ppc sparc ~x86" IUSE="doc vim emacs" RDEPEND="vim? ( || ( app-editors/vim app-editors/gvim ) ) |