diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-05-18 17:18:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-05-18 17:18:59 +0000 |
commit | 68b9c5f642eb50d3ccc2b03685e5addb3e7ea147 (patch) | |
tree | 33bcc0dd2ac6cd6c743a06ff67ca50b568d2c3f0 /sys-devel/crossdev | |
parent | Version bump. (diff) | |
download | gentoo-2-68b9c5f642eb50d3ccc2b03685e5addb3e7ea147.tar.gz gentoo-2-68b9c5f642eb50d3ccc2b03685e5addb3e7ea147.tar.bz2 gentoo-2-68b9c5f642eb50d3ccc2b03685e5addb3e7ea147.zip |
Stabilize for all.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel/crossdev')
-rw-r--r-- | sys-devel/crossdev/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/crossdev/crossdev-20141030.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/crossdev/ChangeLog b/sys-devel/crossdev/ChangeLog index 0367059ee84b..5b936b11169b 100644 --- a/sys-devel/crossdev/ChangeLog +++ b/sys-devel/crossdev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/crossdev # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.115 2015/04/25 16:38:01 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.116 2015/05/18 17:18:59 vapier Exp $ + + 18 May 2015; Mike Frysinger <vapier@gentoo.org> crossdev-20141030.ebuild: + Stabilize for all. 25 Apr 2015; Mike Gilbert <floppym@gentoo.org> crossdev-20100814.ebuild, crossdev-20101011.ebuild, crossdev-20110310.ebuild, crossdev-20110705.ebuild, diff --git a/sys-devel/crossdev/crossdev-20141030.ebuild b/sys-devel/crossdev/crossdev-20141030.ebuild index c3982f4621b6..adf8ba1a19ca 100644 --- a/sys-devel/crossdev/crossdev-20141030.ebuild +++ b/sys-devel/crossdev/crossdev-20141030.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20141030.ebuild,v 1.2 2015/04/25 16:38:01 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20141030.ebuild,v 1.3 2015/05/18 17:18:59 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 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi DESCRIPTION="Gentoo Cross-toolchain generator" |