diff options
author | Markus Meier <maekke@gentoo.org> | 2015-07-30 16:44:39 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-07-30 16:44:39 +0000 |
commit | f00a1d3819c3e8ad8a8565072629b8657673a18c (patch) | |
tree | 379ff4969a78f85abcaed17dcc95b92d46b82a12 /sys-apps | |
parent | arm stable, bug #554712 (diff) | |
download | gentoo-2-f00a1d3819c3e8ad8a8565072629b8657673a18c.tar.gz gentoo-2-f00a1d3819c3e8ad8a8565072629b8657673a18c.tar.bz2 gentoo-2-f00a1d3819c3e8ad8a8565072629b8657673a18c.zip |
add ~arm, bug #550738
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/inxi/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/inxi/inxi-2.2.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/inxi/ChangeLog b/sys-apps/inxi/ChangeLog index 0ad63df0a239..02ee395797dc 100644 --- a/sys-apps/inxi/ChangeLog +++ b/sys-apps/inxi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/inxi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inxi/ChangeLog,v 1.2 2015/03/03 12:38:22 dastergon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inxi/ChangeLog,v 1.3 2015/07/30 16:44:39 maekke Exp $ + + 30 Jul 2015; Markus Meier <maekke@gentoo.org> inxi-2.2.19.ebuild: + add ~arm, bug #550738 *inxi-2.2.19 (03 Mar 2015) diff --git a/sys-apps/inxi/inxi-2.2.19.ebuild b/sys-apps/inxi/inxi-2.2.19.ebuild index e0f0ae6079f3..4a13e62d36e2 100644 --- a/sys-apps/inxi/inxi-2.2.19.ebuild +++ b/sys-apps/inxi/inxi-2.2.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inxi/inxi-2.2.19.ebuild,v 1.1 2015/03/03 12:38:22 dastergon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inxi/inxi-2.2.19.ebuild,v 1.2 2015/07/30 16:44:39 maekke Exp $ EAPI=5 @@ -9,7 +9,7 @@ HOMEPAGE="http://code.google.com/p/inxi/" SRC_URI="https://inxi.googlecode.com/svn/tarballs/${PN}_${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND="" |