diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-28 11:15:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-28 11:15:51 +0000 |
commit | 27f15e0cf63f420697eab818ab7abec418be002b (patch) | |
tree | b634be9786ff632c1dacc09f7c09d7eb54d861d6 /dev-libs/libax25 | |
parent | Stable for x86, wrt bug #481968 (diff) | |
download | gentoo-2-27f15e0cf63f420697eab818ab7abec418be002b.tar.gz gentoo-2-27f15e0cf63f420697eab818ab7abec418be002b.tar.bz2 gentoo-2-27f15e0cf63f420697eab818ab7abec418be002b.zip |
Stable for x86, wrt bug #482110
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libax25')
-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 989a231fc2bb..a1b106c1ce49 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.20 2013/08/26 16:55:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/ChangeLog,v 1.21 2013/08/28 11:15:51 ago Exp $ + + 28 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libax25-0.0.12_rc4.ebuild: + Stable for x86, wrt bug #482110 26 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libax25-0.0.12_rc4.ebuild: Stable for ppc, wrt bug #482110 diff --git a/dev-libs/libax25/libax25-0.0.12_rc4.ebuild b/dev-libs/libax25/libax25-0.0.12_rc4.ebuild index dcb10cb8dc7e..fc8510a0f3c4 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.4 2013/08/26 16:55:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/libax25-0.0.12_rc4.ebuild,v 1.5 2013/08/28 11:15:51 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} |