diff options
author | William Hubbs <williamh@gentoo.org> | 2013-07-26 17:53:22 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2013-07-26 17:53:22 +0000 |
commit | 713612e715a9945ce9ba16b65bfeaa6b63f9c8b9 (patch) | |
tree | 67467e26e26a49b49bb3fe874818be5043c27e9f /sys-apps/baselayout | |
parent | add USE=doc, disable html doc generation due to failure, fix sandbox issue (diff) | |
download | gentoo-2-713612e715a9945ce9ba16b65bfeaa6b63f9c8b9.tar.gz gentoo-2-713612e715a9945ce9ba16b65bfeaa6b63f9c8b9.tar.bz2 gentoo-2-713612e715a9945ce9ba16b65bfeaa6b63f9c8b9.zip |
Three months into the stabilization process and after attempting to get the m68k team to respond with a status, I am stabilizing since there are no m68k specific changes. See bug #455872.
(Portage version: 2.2.0_alpha189/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'sys-apps/baselayout')
-rw-r--r-- | sys-apps/baselayout/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/baselayout/baselayout-2.2.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/baselayout/ChangeLog b/sys-apps/baselayout/ChangeLog index f2435e31dc1f..080785ea67cd 100644 --- a/sys-apps/baselayout/ChangeLog +++ b/sys-apps/baselayout/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/baselayout # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.543 2013/07/19 01:58:53 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.544 2013/07/26 17:53:22 williamh Exp $ + + 26 Jul 2013; William Hubbs <williamh@gentoo.org> baselayout-2.2.ebuild: + Three months into the stabilization process and after attempting to get the + m68k team to respond with a status, I am stabilizing since there are no m68k + specific changes. See bug #455872. 19 Jul 2013; William Hubbs <williamh@gentoo.org> -baselayout-2.0.3.ebuild, -baselayout-2.1.ebuild: diff --git a/sys-apps/baselayout/baselayout-2.2.ebuild b/sys-apps/baselayout/baselayout-2.2.ebuild index a438931dccc1..f79d1f05aaf7 100644 --- a/sys-apps/baselayout/baselayout-2.2.ebuild +++ b/sys-apps/baselayout/baselayout-2.2.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-apps/baselayout/baselayout-2.2.ebuild,v 1.14 2013/05/20 17:56:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-2.2.ebuild,v 1.15 2013/07/26 17:53:22 williamh Exp $ inherit eutils multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="build kernel_linux" PDEPEND="sys-apps/openrc" |