diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-06-08 04:54:45 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-06-08 04:54:45 +0000 |
commit | 5d3fd3312e4808714afcb87261b6211e22be4561 (patch) | |
tree | 1eab001a8371ceaf32298ef4c230f8d502658fa5 /sys-apps | |
parent | Always install cron file (bug #547846). (diff) | |
download | gentoo-2-5d3fd3312e4808714afcb87261b6211e22be4561.tar.gz gentoo-2-5d3fd3312e4808714afcb87261b6211e22be4561.tar.bz2 gentoo-2-5d3fd3312e4808714afcb87261b6211e22be4561.zip |
Stable for HPPA (bug #542152).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/fakeroot/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/fakeroot/fakeroot-1.20.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/fakeroot/ChangeLog b/sys-apps/fakeroot/ChangeLog index 5c70cd5bf009..9ab12906aa35 100644 --- a/sys-apps/fakeroot/ChangeLog +++ b/sys-apps/fakeroot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/fakeroot -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/ChangeLog,v 1.105 2014/10/10 02:24:46 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/ChangeLog,v 1.106 2015/06/08 04:54:45 jer Exp $ + + 08 Jun 2015; Jeroen Roovers <jer@gentoo.org> fakeroot-1.20.2.ebuild: + Stable for HPPA (bug #542152). *fakeroot-1.20.2 (10 Oct 2014) diff --git a/sys-apps/fakeroot/fakeroot-1.20.2.ebuild b/sys-apps/fakeroot/fakeroot-1.20.2.ebuild index 53a012e016f6..4b68018d87a1 100644 --- a/sys-apps/fakeroot/fakeroot-1.20.2.ebuild +++ b/sys-apps/fakeroot/fakeroot-1.20.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/fakeroot-1.20.2.ebuild,v 1.1 2014/10/10 02:24:46 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/fakeroot-1.20.2.ebuild,v 1.2 2015/06/08 04:54:45 jer Exp $ EAPI=4 inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="acl debug static-libs test" DEPEND="acl? ( sys-apps/acl ) |