diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-08-10 13:27:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-10 13:27:28 +0000 |
commit | 737cb02418db3939e612b175d922cbe4bc6a0cdf (patch) | |
tree | b5f169c77c4144115a796f140869cb6afc563624 /sys-freebsd/freebsd-sources | |
parent | Stable for ppc64, wrt bug #480092 (diff) | |
download | gentoo-2-737cb02418db3939e612b175d922cbe4bc6a0cdf.tar.gz gentoo-2-737cb02418db3939e612b175d922cbe4bc6a0cdf.tar.bz2 gentoo-2-737cb02418db3939e612b175d922cbe4bc6a0cdf.zip |
Move to slot 0. There is no point in slotting it since kernel is tight to userland in the FreeBSD world.
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-freebsd/freebsd-sources')
-rw-r--r-- | sys-freebsd/freebsd-sources/ChangeLog | 7 | ||||
-rw-r--r-- | sys-freebsd/freebsd-sources/freebsd-sources-9.2_rc1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-freebsd/freebsd-sources/ChangeLog b/sys-freebsd/freebsd-sources/ChangeLog index 3e17725ce464..512465304e52 100644 --- a/sys-freebsd/freebsd-sources/ChangeLog +++ b/sys-freebsd/freebsd-sources/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-freebsd/freebsd-sources # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sources/ChangeLog,v 1.91 2013/08/09 20:07:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sources/ChangeLog,v 1.92 2013/08/10 13:27:28 aballier Exp $ + + 10 Aug 2013; Alexis Ballier <aballier@gentoo.org> + freebsd-sources-9.2_rc1.ebuild: + Move to slot 0. There is no point in slotting it since kernel is tight to + userland in the FreeBSD world. *freebsd-sources-9.2_rc1 (09 Aug 2013) diff --git a/sys-freebsd/freebsd-sources/freebsd-sources-9.2_rc1.ebuild b/sys-freebsd/freebsd-sources/freebsd-sources-9.2_rc1.ebuild index 7b5dc4a16ffe..fe5efea6d191 100644 --- a/sys-freebsd/freebsd-sources/freebsd-sources-9.2_rc1.ebuild +++ b/sys-freebsd/freebsd-sources/freebsd-sources-9.2_rc1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sources/freebsd-sources-9.2_rc1.ebuild,v 1.1 2013/08/09 20:07:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sources/freebsd-sources-9.2_rc1.ebuild,v 1.2 2013/08/10 13:27:28 aballier Exp $ inherit bsdmk freebsd flag-o-matic DESCRIPTION="FreeBSD kernel sources" -SLOT="${RV}" +SLOT="0" IUSE="symlink" |