diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-02-21 21:44:51 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-02-21 21:44:51 +0000 |
commit | fa2e80cfe6833560dc29abda14fee626f8f7aed4 (patch) | |
tree | 7492d42d8ff3ee1d96b5d53bcf460bbf0a58f91c /sys-apps/util-linux | |
parent | Stop creating the /usr/include/CL symlink now that there is an eselect module... (diff) | |
download | gentoo-2-fa2e80cfe6833560dc29abda14fee626f8f7aed4.tar.gz gentoo-2-fa2e80cfe6833560dc29abda14fee626f8f7aed4.tar.bz2 gentoo-2-fa2e80cfe6833560dc29abda14fee626f8f7aed4.zip |
marked x86 per bug 404179
(Portage version: 2.2.0_alpha88/cvs/Linux i686)
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.20.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index d7a5ac153bc7..9328164b13dc 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.369 2012/02/21 17:11:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.370 2012/02/21 21:44:51 jdhore Exp $ + + 21 Feb 2012; Jeff Horelick <jdhore@gentoo.org> util-linux-2.20.1-r1.ebuild: + marked x86 per bug 404179 21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> util-linux-2.20.1-r1.ebuild: Stable for amd64, wrt bug #404179 diff --git a/sys-apps/util-linux/util-linux-2.20.1-r1.ebuild b/sys-apps/util-linux/util-linux-2.20.1-r1.ebuild index 010103bb5a02..13ad9efd5f88 100644 --- a/sys-apps/util-linux/util-linux-2.20.1-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.20.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.20.1-r1.ebuild,v 1.3 2012/02/21 17:11:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.20.1-r1.ebuild,v 1.4 2012/02/21 21:44:51 jdhore Exp $ EAPI="3" @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then else SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.bz2 loop-aes? ( http://loop-aes.sourceforge.net/updates/util-linux-2.20-20110905.diff.bz2 )" - KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux" + KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-linux" fi LICENSE="GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain" |