diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-07-31 17:09:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-31 17:09:55 +0000 |
commit | 58970a4a796b2bfb6e40558a3bc123c1c9aa382c (patch) | |
tree | 4ed85331559d9b992afe3708d9bc574949f5d498 /sys-devel | |
parent | Pull in xz-utils for tarball #322417 by david van rood. (diff) | |
download | gentoo-2-58970a4a796b2bfb6e40558a3bc123c1c9aa382c.tar.gz gentoo-2-58970a4a796b2bfb6e40558a3bc123c1c9aa382c.tar.bz2 gentoo-2-58970a4a796b2bfb6e40558a3bc123c1c9aa382c.zip |
Stabilize for everyone #330633 by Raúl Porcel.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/crossdev/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/crossdev/crossdev-20100620.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/crossdev/ChangeLog b/sys-devel/crossdev/ChangeLog index 662a434cdc77..70999123addc 100644 --- a/sys-devel/crossdev/ChangeLog +++ b/sys-devel/crossdev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/crossdev # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.67 2010/07/31 17:08:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.68 2010/07/31 17:09:55 vapier Exp $ + + 31 Jul 2010; Mike Frysinger <vapier@gentoo.org> crossdev-20100620.ebuild: + Stabilize for everyone #330633 by Raúl Porcel. 31 Jul 2010; Mike Frysinger <vapier@gentoo.org> crossdev-20100620.ebuild, crossdev-99999999.ebuild: diff --git a/sys-devel/crossdev/crossdev-20100620.ebuild b/sys-devel/crossdev/crossdev-20100620.ebuild index f04fc1ed5c53..3fd249612710 100644 --- a/sys-devel/crossdev/crossdev-20100620.ebuild +++ b/sys-devel/crossdev/crossdev-20100620.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20100620.ebuild,v 1.2 2010/07/31 17:08:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20100620.ebuild,v 1.3 2010/07/31 17:09:55 vapier Exp $ if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/crossdev.git" @@ -10,7 +10,7 @@ if [[ ${PV} == "99999999" ]] ; then else SRC_URI="mirror://gentoo/${P}.tar.lzma http://dev.gentoo.org/~vapier/dist/${P}.tar.lzma" - 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" |