diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-06-11 21:48:03 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-06-11 21:48:03 +0000 |
commit | cc7ab90fa9c053a6d532f4d0ca42aa37a1176b0f (patch) | |
tree | 2cb1197abffc6a7b823bbf2df936acf99fa9b57a /sys-apps | |
parent | Add workaround for bug 413429 (diff) | |
download | gentoo-2-cc7ab90fa9c053a6d532f4d0ca42aa37a1176b0f.tar.gz gentoo-2-cc7ab90fa9c053a6d532f4d0ca42aa37a1176b0f.tar.bz2 gentoo-2-cc7ab90fa9c053a6d532f4d0ca42aa37a1176b0f.zip |
Stable for amd64 wrt bug #472736
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/moreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/moreutils/moreutils-0.48.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/moreutils/ChangeLog b/sys-apps/moreutils/ChangeLog index 025bfce33192..fc2416549e04 100644 --- a/sys-apps/moreutils/ChangeLog +++ b/sys-apps/moreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/moreutils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v 1.55 2013/06/09 15:32:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v 1.56 2013/06/11 21:48:03 nimiux Exp $ + + 11 Jun 2013; Chema Alonso <nimiux@gentoo.org> moreutils-0.48.ebuild: + Stable for amd64 wrt bug #472736 09 Jun 2013; Jeroen Roovers <jer@gentoo.org> moreutils-0.48.ebuild: Stable for HPPA (bug #472736). diff --git a/sys-apps/moreutils/moreutils-0.48.ebuild b/sys-apps/moreutils/moreutils-0.48.ebuild index e0b685e5518a..44be078b3aa1 100644 --- a/sys-apps/moreutils/moreutils-0.48.ebuild +++ b/sys-apps/moreutils/moreutils-0.48.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/moreutils/moreutils-0.48.ebuild,v 1.2 2013/06/09 15:32:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/moreutils-0.48.ebuild,v 1.3 2013/06/11 21:48:03 nimiux Exp $ EAPI=4 inherit eutils toolchain-funcs prefix @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~x86 ~x86-linux" +KEYWORDS="amd64 hppa ~ppc ~ppc64 ~x86 ~x86-linux" IUSE="+doc +perl" RDEPEND=" |