diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-30 11:05:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-30 11:05:40 +0000 |
commit | 50fea4933f7db2e77867df01b721d7e43a9c6fa2 (patch) | |
tree | 5b7668fb3992b1d1a7657d6e498e0293e3268a7b /sys-apps/moreutils | |
parent | Stable for amd64, wrt bug #381699 (diff) | |
download | gentoo-2-50fea4933f7db2e77867df01b721d7e43a9c6fa2.tar.gz gentoo-2-50fea4933f7db2e77867df01b721d7e43a9c6fa2.tar.bz2 gentoo-2-50fea4933f7db2e77867df01b721d7e43a9c6fa2.zip |
Stable for amd64, wrt bug #422185
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/moreutils')
-rw-r--r-- | sys-apps/moreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/moreutils/moreutils-0.46.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/moreutils/ChangeLog b/sys-apps/moreutils/ChangeLog index 7359dc956b9c..730d32961c5e 100644 --- a/sys-apps/moreutils/ChangeLog +++ b/sys-apps/moreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/moreutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v 1.43 2012/06/30 05:11:15 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v 1.44 2012/06/30 11:05:40 ago Exp $ + + 30 Jun 2012; Agostino Sarubbo <ago@gentoo.org> moreutils-0.46.ebuild: + Stable for amd64, wrt bug #422185 *moreutils-0.47 (30 Jun 2012) diff --git a/sys-apps/moreutils/moreutils-0.46.ebuild b/sys-apps/moreutils/moreutils-0.46.ebuild index cfac5d09c92c..62710c77028f 100644 --- a/sys-apps/moreutils/moreutils-0.46.ebuild +++ b/sys-apps/moreutils/moreutils-0.46.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/moreutils/moreutils-0.46.ebuild,v 1.1 2012/04/15 21:23:44 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/moreutils-0.46.ebuild,v 1.2 2012/06/30 11:05:40 ago 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=" |