diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-05 23:17:12 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-05 23:17:12 +0000 |
commit | aa989cbf8cc6baaf70f12efda8bfd09238dac71d (patch) | |
tree | 04aeb467b4f87f61a9356ffde7e0f95491946ece /app-crypt/bsign | |
parent | stable ppc, bug #441304 (diff) | |
download | gentoo-2-aa989cbf8cc6baaf70f12efda8bfd09238dac71d.tar.gz gentoo-2-aa989cbf8cc6baaf70f12efda8bfd09238dac71d.tar.bz2 gentoo-2-aa989cbf8cc6baaf70f12efda8bfd09238dac71d.zip |
stable ppc, bug #441886
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'app-crypt/bsign')
-rw-r--r-- | app-crypt/bsign/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/bsign/bsign-0.4.5.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-crypt/bsign/ChangeLog b/app-crypt/bsign/ChangeLog index 090c35cbecc5..da0990631258 100644 --- a/app-crypt/bsign/ChangeLog +++ b/app-crypt/bsign/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/bsign # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/ChangeLog,v 1.14 2012/05/21 18:33:07 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/ChangeLog,v 1.15 2012/11/05 23:17:12 blueness Exp $ + + 05 Nov 2012; Anthony G. Basile <blueness@gentoo.org> bsign-0.4.5.ebuild: + stable ppc, bug #441886 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> bsign-0.4.5.ebuild: Add missing inheritance of eutils.eclass @@ -46,4 +49,3 @@ 14 Apr 2004; Joshua Brindle <method@gentoo.org> bsign-0.4.5.ebuild: initial import - diff --git a/app-crypt/bsign/bsign-0.4.5.ebuild b/app-crypt/bsign/bsign-0.4.5.ebuild index c0649f1870d6..a31bd9ff3e05 100644 --- a/app-crypt/bsign/bsign-0.4.5.ebuild +++ b/app-crypt/bsign/bsign-0.4.5.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/app-crypt/bsign/bsign-0.4.5.ebuild,v 1.12 2012/05/21 18:33:07 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/bsign-0.4.5.ebuild,v 1.13 2012/11/05 23:17:12 blueness Exp $ EAPI=2 inherit autotools eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/b/${PN}/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86 ~x86-linux" +KEYWORDS="~amd64 ppc ~ppc-macos ~x86 ~x86-linux" IUSE="static-libs" src_prepare() { |