diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 12:49:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 12:49:10 +0000 |
commit | 7478d57dc57adef779968f4009002652c712a4ee (patch) | |
tree | cec16515fec1397f7371a5e9ea45464b3470041b /sys-apps/usleep | |
parent | Add ~ia64, wrt bug #449220 (diff) | |
download | gentoo-2-7478d57dc57adef779968f4009002652c712a4ee.tar.gz gentoo-2-7478d57dc57adef779968f4009002652c712a4ee.tar.bz2 gentoo-2-7478d57dc57adef779968f4009002652c712a4ee.zip |
Add ~ia64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/usleep')
-rw-r--r-- | sys-apps/usleep/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/usleep/usleep-0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/usleep/ChangeLog b/sys-apps/usleep/ChangeLog index a63c45a0bb4d..67401c345c12 100644 --- a/sys-apps/usleep/ChangeLog +++ b/sys-apps/usleep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/usleep -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usleep/ChangeLog,v 1.4 2012/12/31 15:55:26 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usleep/ChangeLog,v 1.5 2013/01/01 12:49:10 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> usleep-0.1.ebuild: + Add ~ia64, wrt bug #449220 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> usleep-0.1.ebuild: Add ~ppc64, wrt bug #449220 diff --git a/sys-apps/usleep/usleep-0.1.ebuild b/sys-apps/usleep/usleep-0.1.ebuild index 317783298dd6..434c041d7f41 100644 --- a/sys-apps/usleep/usleep-0.1.ebuild +++ b/sys-apps/usleep/usleep-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usleep/usleep-0.1.ebuild,v 1.3 2012/12/31 15:55:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usleep/usleep-0.1.ebuild,v 1.4 2013/01/01 12:49:10 ago Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="" DOCS="AUTHORS" |