diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2013-07-11 19:03:44 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2013-07-11 19:03:44 +0000 |
commit | c68c807484ad1bb1323f35300893c0c6256d1b16 (patch) | |
tree | 930dee0429782f42aa86b864b3cc2c1bfe1b94b9 /net-libs | |
parent | New variable EBZR_UNPACK_DIR. (diff) | |
download | gentoo-2-c68c807484ad1bb1323f35300893c0c6256d1b16.tar.gz gentoo-2-c68c807484ad1bb1323f35300893c0c6256d1b16.tar.bz2 gentoo-2-c68c807484ad1bb1323f35300893c0c6256d1b16.zip |
ppc stable, bug 476430
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/canlock/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/canlock/canlock-2b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/canlock/ChangeLog b/net-libs/canlock/ChangeLog index cf41830ae1f6..f0cf80668301 100644 --- a/net-libs/canlock/ChangeLog +++ b/net-libs/canlock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/canlock # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/canlock/ChangeLog,v 1.7 2013/07/11 07:23:52 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/canlock/ChangeLog,v 1.8 2013/07/11 19:03:44 vincent Exp $ + + 11 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org> canlock-2b.ebuild: + ppc stable, bug 476430 11 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org> canlock-2b.ebuild: amd64 x86 stable, bug 476430 diff --git a/net-libs/canlock/canlock-2b.ebuild b/net-libs/canlock/canlock-2b.ebuild index dcd3310f0d5b..2eeb19f321e3 100644 --- a/net-libs/canlock/canlock-2b.ebuild +++ b/net-libs/canlock/canlock-2b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/canlock/canlock-2b.ebuild,v 1.6 2013/07/11 07:23:52 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/canlock/canlock-2b.ebuild,v 1.7 2013/07/11 19:03:44 vincent Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="mirror://debian/pool/main/c/${PN}/${MY_P}.orig.tar.gz LICENSE="BSD MIT" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" S=${WORKDIR}/${P/-/} |