diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 19:54:18 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 19:54:18 +0000 |
commit | 25a8a8f69b3dbb5efdc3a2e49d67bd2cd77c465f (patch) | |
tree | 35451102545709b0aa7b8044c6fce42d1c60493f /sys-apps/moreutils | |
parent | arm stable, bug #497490 (diff) | |
download | gentoo-2-25a8a8f69b3dbb5efdc3a2e49d67bd2cd77c465f.tar.gz gentoo-2-25a8a8f69b3dbb5efdc3a2e49d67bd2cd77c465f.tar.bz2 gentoo-2-25a8a8f69b3dbb5efdc3a2e49d67bd2cd77c465f.zip |
amd64 stable, bug #495930
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-apps/moreutils')
-rw-r--r-- | sys-apps/moreutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/moreutils/moreutils-0.50.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/moreutils/ChangeLog b/sys-apps/moreutils/ChangeLog index cc0bc78f4cf0..8ed0190b627f 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.60 2013/12/26 17:12:40 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v 1.61 2014/01/12 19:54:18 pacho Exp $ + + 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> moreutils-0.50.ebuild: + amd64 stable, bug #495930 26 Dec 2013; Jeroen Roovers <jer@gentoo.org> moreutils-0.50.ebuild: Stable for HPPA (bug #495930). diff --git a/sys-apps/moreutils/moreutils-0.50.ebuild b/sys-apps/moreutils/moreutils-0.50.ebuild index f313ea7ce619..c5e8ee856a08 100644 --- a/sys-apps/moreutils/moreutils-0.50.ebuild +++ b/sys-apps/moreutils/moreutils-0.50.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/moreutils-0.50.ebuild,v 1.2 2013/12/26 17:12:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/moreutils-0.50.ebuild,v 1.3 2014/01/12 19:54:18 pacho Exp $ EAPI=5 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=" |