diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-09-12 15:40:44 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-09-12 15:40:44 +0000 |
commit | 9f469f4c6638ff393cd1101eab52da873efe6c91 (patch) | |
tree | 2f79317416986ca8db038511a115d7970f68a5cf | |
parent | Stable on amd64 wrt bug #335827 (diff) | |
download | gentoo-2-9f469f4c6638ff393cd1101eab52da873efe6c91.tar.gz gentoo-2-9f469f4c6638ff393cd1101eab52da873efe6c91.tar.bz2 gentoo-2-9f469f4c6638ff393cd1101eab52da873efe6c91.zip |
m68k stable wrt #326339 thanks to kolla for testing
(Portage version: 2.1.8.3/cvs/Linux ia64)
-rw-r--r-- | sys-apps/util-linux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.17.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index 72650149e201..cd94409722a9 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.317 2010/08/13 13:42:28 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.318 2010/09/12 15:40:44 armin76 Exp $ + + 12 Sep 2010; Raúl Porcel <armin76@gentoo.org> util-linux-2.17.2.ebuild: + m68k stable wrt #326339 thanks to kolla for testing 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> util-linux-2.17.2.ebuild: Marked ppc stable for bug #326339. diff --git a/sys-apps/util-linux/util-linux-2.17.2.ebuild b/sys-apps/util-linux/util-linux-2.17.2.ebuild index ff663bce03bf..8de0ac9ad96a 100644 --- a/sys-apps/util-linux/util-linux-2.17.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.17.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.17.2.ebuild,v 1.7 2010/08/13 13:42:28 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.17.2.ebuild,v 1.8 2010/09/12 15:40:44 armin76 Exp $ EAPI="2" @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then else SRC_URI="mirror://kernel/linux/utils/util-linux-ng/v${PV:0:4}/${MY_P}.tar.bz2 loop-aes? ( http://loop-aes.sourceforge.net/updates/util-linux-ng-2.17.1-20100308.diff.bz2 )" - 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" fi LICENSE="GPL-2" |