diff options
author | 2013-08-26 16:55:38 +0000 | |
---|---|---|
committer | 2013-08-26 16:55:38 +0000 | |
commit | 29ff6853f0bbd4622401a7400696defe7e30d2a6 (patch) | |
tree | 9cfe54102b8e885d223c0cb21f2de4fd6645a5c8 /dev-libs | |
parent | Stable for ppc, wrt bug #480650 (diff) | |
download | gentoo-2-29ff6853f0bbd4622401a7400696defe7e30d2a6.tar.gz gentoo-2-29ff6853f0bbd4622401a7400696defe7e30d2a6.tar.bz2 gentoo-2-29ff6853f0bbd4622401a7400696defe7e30d2a6.zip |
Stable for ppc, wrt bug #482110
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libax25/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libax25/libax25-0.0.12_rc4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libax25/ChangeLog b/dev-libs/libax25/ChangeLog index 2cd4e190d6a5..989a231fc2bb 100644 --- a/dev-libs/libax25/ChangeLog +++ b/dev-libs/libax25/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libax25 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/ChangeLog,v 1.19 2013/08/24 09:38:47 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/ChangeLog,v 1.20 2013/08/26 16:55:38 ago Exp $ + + 26 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libax25-0.0.12_rc4.ebuild: + Stable for ppc, wrt bug #482110 24 Aug 2013; Thomas Beierlein <tomjbe@gentoo.org> libax25-0.0.12_rc4.ebuild: Drop la-files. Support USE=static-libs (bug #482226). Thanks agostino diff --git a/dev-libs/libax25/libax25-0.0.12_rc4.ebuild b/dev-libs/libax25/libax25-0.0.12_rc4.ebuild index f40af3380691..dcb10cb8dc7e 100644 --- a/dev-libs/libax25/libax25-0.0.12_rc4.ebuild +++ b/dev-libs/libax25/libax25-0.0.12_rc4.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/dev-libs/libax25/libax25-0.0.12_rc4.ebuild,v 1.3 2013/08/24 09:38:47 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/libax25-0.0.12_rc4.ebuild,v 1.4 2013/08/26 16:55:38 ago Exp $ EAPI=5 inherit autotools-utils versionator @@ -13,7 +13,7 @@ SRC_URI="http://www.linux-ax25.org/pub/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc ~x86" IUSE="static-libs" S=${WORKDIR}/${MY_P} |