diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-09-04 01:54:32 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-09-04 01:54:32 +0000 |
commit | 015072e68d8de44f9da601ec67b8ed87cec23bd0 (patch) | |
tree | 9b2aed4df0cb08c004b3f9d600ea52c52c777391 /sys-apps | |
parent | Initial import of Brasero. This application is the new name for Bonfire. (diff) | |
download | gentoo-2-015072e68d8de44f9da601ec67b8ed87cec23bd0.tar.gz gentoo-2-015072e68d8de44f9da601ec67b8ed87cec23bd0.tar.bz2 gentoo-2-015072e68d8de44f9da601ec67b8ed87cec23bd0.zip |
stable on x86
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/util-linux/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.12r-r4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index 4f71ec16125c..d7de40de82a2 100644 --- a/sys-apps/util-linux/ChangeLog +++ b/sys-apps/util-linux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/util-linux # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.167 2006/08/29 06:26:50 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.168 2006/09/04 01:54:32 compnerd Exp $ + + 04 Sep 2006; Saleem Abdulrasool <compnerd@gentoo.org> + util-linux-2.12r-r4.ebuild: + stable on x86 (bug #144712) 29 Aug 2006; Bryan Østergaard <kloeri@gentoo.org> util-linux-2.12r-r4.ebuild: diff --git a/sys-apps/util-linux/util-linux-2.12r-r4.ebuild b/sys-apps/util-linux/util-linux-2.12r-r4.ebuild index 5994f52b5731..07e028261776 100644 --- a/sys-apps/util-linux/util-linux-2.12r-r4.ebuild +++ b/sys-apps/util-linux/util-linux-2.12r-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12r-r4.ebuild,v 1.9 2006/08/29 06:26:50 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12r-r4.ebuild,v 1.10 2006/09/04 01:54:32 compnerd Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -17,7 +17,7 @@ SRC_URI="mirror://kernel/linux/utils/${PN}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="crypt old-crypt nls static selinux perl" RDEPEND=">=sys-libs/ncurses-5.2-r2 |