diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-10-11 19:15:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-10-11 19:15:25 +0000 |
commit | 43b8865f0ba2d6340c07782e049ab6d67b902786 (patch) | |
tree | 40f581b936b89e4be6b40bfe27a6d57961d34664 /sys-devel/crossdev | |
parent | Move things to /usr (#485034 by Kirill Elagin and fix by Enrico Tagliavini), ... (diff) | |
download | historical-43b8865f0ba2d6340c07782e049ab6d67b902786.tar.gz historical-43b8865f0ba2d6340c07782e049ab6d67b902786.tar.bz2 historical-43b8865f0ba2d6340c07782e049ab6d67b902786.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-20130628.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/crossdev/ChangeLog b/sys-devel/crossdev/ChangeLog index f7e15591c72b..08105d0d6b55 100644 --- a/sys-devel/crossdev/ChangeLog +++ b/sys-devel/crossdev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/crossdev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.103 2013/07/01 04:33:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.104 2013/10/11 19:15:25 vapier Exp $ + + 11 Oct 2013; Mike Frysinger <vapier@gentoo.org> crossdev-20130628.ebuild: + Stabilize for all. *crossdev-20130628 (01 Jul 2013) diff --git a/sys-devel/crossdev/crossdev-20130628.ebuild b/sys-devel/crossdev/crossdev-20130628.ebuild index f240cdc2fb89..ab7f819db70f 100644 --- a/sys-devel/crossdev/crossdev-20130628.ebuild +++ b/sys-devel/crossdev/crossdev-20130628.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20130628.ebuild,v 1.1 2013/07/01 04:33:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20130628.ebuild,v 1.2 2013/10/11 19:15:25 vapier Exp $ EAPI="4" @@ -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" |