diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-11 22:23:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-10-11 22:23:08 +0000 |
commit | 8aade0c96ddc7fe673f9636066e9506709faa62b (patch) | |
tree | a64530f43f31db7ea6dc01b98eebf69f1f401251 /sys-devel/crossdev | |
parent | ppc/ppc64 stable wrt #385973 (diff) | |
download | historical-8aade0c96ddc7fe673f9636066e9506709faa62b.tar.gz historical-8aade0c96ddc7fe673f9636066e9506709faa62b.tar.bz2 historical-8aade0c96ddc7fe673f9636066e9506709faa62b.zip |
Stabilize for all.
Diffstat (limited to 'sys-devel/crossdev')
-rw-r--r-- | sys-devel/crossdev/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/crossdev/crossdev-20110819.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/crossdev/ChangeLog b/sys-devel/crossdev/ChangeLog index 4e1f25ac7b71..e1e7faea9d86 100644 --- a/sys-devel/crossdev/ChangeLog +++ b/sys-devel/crossdev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/crossdev # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.81 2011/08/19 18:12:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.82 2011/10/11 22:23:08 vapier Exp $ + + 11 Oct 2011; Mike Frysinger <vapier@gentoo.org> crossdev-20110819.ebuild: + Stabilize for all. *crossdev-20110819 (19 Aug 2011) diff --git a/sys-devel/crossdev/crossdev-20110819.ebuild b/sys-devel/crossdev/crossdev-20110819.ebuild index c055e91a2d62..f6a46fddd42c 100644 --- a/sys-devel/crossdev/crossdev-20110819.ebuild +++ b/sys-devel/crossdev/crossdev-20110819.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/sys-devel/crossdev/crossdev-20110819.ebuild,v 1.1 2011/08/19 18:12:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20110819.ebuild,v 1.2 2011/10/11 22:23:08 vapier Exp $ EAPI="3" @@ -12,7 +12,7 @@ if [[ ${PV} == "99999999" ]] ; then else SRC_URI="mirror://gentoo/${P}.tar.xz http://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi DESCRIPTION="Gentoo Cross-toolchain generator" |