diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-03-23 08:50:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-03-23 08:50:24 +0000 |
commit | 751378d6d69c2632aaee74b6a5a66a677312b700 (patch) | |
tree | de77d49454c917293fdfd272631d058c8ba24bb0 /sys-apps/util-linux/util-linux-2.22.2.ebuild | |
parent | Add office implementation for next version of office-ext eclass. So the exten... (diff) | |
download | gentoo-2-751378d6d69c2632aaee74b6a5a66a677312b700.tar.gz gentoo-2-751378d6d69c2632aaee74b6a5a66a677312b700.tar.bz2 gentoo-2-751378d6d69c2632aaee74b6a5a66a677312b700.zip |
Mark m68k stable #458226.
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-apps/util-linux/util-linux-2.22.2.ebuild')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.22.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/util-linux/util-linux-2.22.2.ebuild b/sys-apps/util-linux/util-linux-2.22.2.ebuild index fc5836d2afd3..9f3244a62f08 100644 --- a/sys-apps/util-linux/util-linux-2.22.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.22.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/util-linux/util-linux-2.22.2.ebuild,v 1.15 2013/03/12 10:50:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.22.2.ebuild,v 1.16 2013/03/23 08:50:24 vapier Exp $ EAPI="3" @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 autotools #KEYWORDS="" else - KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" fi MY_PV=${PV/_/-} |