summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2005-09-19 04:18:59 +0000
committerJason Wever <weeve@gentoo.org>2005-09-19 04:18:59 +0000
commit97095ba780313a5e24c734d1351a3543becd3739 (patch)
treebd84ae824c8d9fdce68ddf9af34d3c7847b24f63 /sys-apps
parentInitial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff)
downloadgentoo-2-97095ba780313a5e24c734d1351a3543becd3739.tar.gz
gentoo-2-97095ba780313a5e24c734d1351a3543becd3739.tar.bz2
gentoo-2-97095ba780313a5e24c734d1351a3543becd3739.zip
Stable on SPARC wrt security bug #105805.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/util-linux/ChangeLog5
-rw-r--r--sys-apps/util-linux/util-linux-2.12q-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog
index da83162c6851..1201424a1160 100644
--- a/sys-apps/util-linux/ChangeLog
+++ b/sys-apps/util-linux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/util-linux
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.117 2005/09/19 00:23:19 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.118 2005/09/19 04:18:59 weeve Exp $
+
+ 19 Sep 2005; Jason Wever <weeve@gentoo.org> util-linux-2.12q-r3.ebuild:
+ Stable on SPARC wrt security bug #105805.
19 Sep 2005; Luis Medinas <metalgod@gentoo.org>
util-linux-2.12q-r3.ebuild:
diff --git a/sys-apps/util-linux/util-linux-2.12q-r3.ebuild b/sys-apps/util-linux/util-linux-2.12q-r3.ebuild
index 8d6311eb7e7a..25e79fedb3f8 100644
--- a/sys-apps/util-linux/util-linux-2.12q-r3.ebuild
+++ b/sys-apps/util-linux/util-linux-2.12q-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.12q-r3.ebuild,v 1.3 2005/09/19 00:23:19 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12q-r3.ebuild,v 1.4 2005/09/19 04:18:59 weeve Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -17,7 +17,7 @@ SRC_URI="mirror://kernel/linux/utils/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc ~x86"
IUSE="crypt old-crypt nls static pam selinux perl"
RDEPEND=">=sys-libs/ncurses-5.2-r2