diff options
author | 2014-11-10 13:51:34 +0000 | |
---|---|---|
committer | 2014-11-10 13:51:34 +0000 | |
commit | b0ead696967f45605abcc419c829ddccf2f3d9f7 (patch) | |
tree | 40880297d01fb2ca519800b4ed4eabc57ffb8eed /app-admin | |
parent | Stable for ppc64, wrt bug #523624 (diff) | |
download | gentoo-2-b0ead696967f45605abcc419c829ddccf2f3d9f7.tar.gz gentoo-2-b0ead696967f45605abcc419c829ddccf2f3d9f7.tar.bz2 gentoo-2-b0ead696967f45605abcc419c829ddccf2f3d9f7.zip |
Stable for ppc64, wrt bug #488300
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/pwgen/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/pwgen/pwgen-2.07.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/pwgen/ChangeLog b/app-admin/pwgen/ChangeLog index 54279bbce598..6eaf36363e59 100644 --- a/app-admin/pwgen/ChangeLog +++ b/app-admin/pwgen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/pwgen # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pwgen/ChangeLog,v 1.71 2014/11/10 13:44:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pwgen/ChangeLog,v 1.72 2014/11/10 13:51:34 ago Exp $ + + 10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> pwgen-2.07.ebuild: + Stable for ppc64, wrt bug #488300 10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> pwgen-2.07.ebuild: Stable for ppc, wrt bug #488300 diff --git a/app-admin/pwgen/pwgen-2.07.ebuild b/app-admin/pwgen/pwgen-2.07.ebuild index 246b0c20b2e6..049aacc61c80 100644 --- a/app-admin/pwgen/pwgen-2.07.ebuild +++ b/app-admin/pwgen/pwgen-2.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pwgen/pwgen-2.07.ebuild,v 1.5 2014/11/10 13:44:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pwgen/pwgen-2.07.ebuild,v 1.6 2014/11/10 13:51:34 ago Exp $ EAPI=5 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pwgen/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="livecd" src_prepare() { |