diff options
author | Markus Meier <maekke@gentoo.org> | 2012-01-14 15:55:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-01-14 15:55:32 +0000 |
commit | 2ecdd2d29138d78b1384c0e95a89882335325b85 (patch) | |
tree | 78d7eac96b31b9c084c253ba02d38141ec245291 /dev-libs | |
parent | x86 stable, bug #393007 (diff) | |
download | gentoo-2-2ecdd2d29138d78b1384c0e95a89882335325b85.tar.gz gentoo-2-2ecdd2d29138d78b1384c0e95a89882335325b85.tar.bz2 gentoo-2-2ecdd2d29138d78b1384c0e95a89882335325b85.zip |
x86 stable, bug #393007
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/btparser/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/btparser/btparser-0.13.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/btparser/ChangeLog b/dev-libs/btparser/ChangeLog index 0a4bb0a27853..867328e0d884 100644 --- a/dev-libs/btparser/ChangeLog +++ b/dev-libs/btparser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/btparser -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparser/ChangeLog,v 1.2 2011/12/29 17:23:37 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparser/ChangeLog,v 1.3 2012/01/14 15:55:32 maekke Exp $ + + 14 Jan 2012; Markus Meier <maekke@gentoo.org> btparser-0.13.ebuild: + x86 stable, bug #393007 29 Dec 2011; Pacho Ramos <pacho@gentoo.org> btparser-0.13.ebuild: amd64 stable, bug 393007 diff --git a/dev-libs/btparser/btparser-0.13.ebuild b/dev-libs/btparser/btparser-0.13.ebuild index 3c2b5df9188b..12ac6392b73f 100644 --- a/dev-libs/btparser/btparser-0.13.ebuild +++ b/dev-libs/btparser/btparser-0.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparser/btparser-0.13.ebuild,v 1.2 2011/12/29 17:23:37 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparser/btparser-0.13.ebuild,v 1.3 2012/01/14 15:55:32 maekke Exp $ EAPI="4" @@ -10,7 +10,7 @@ SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="static-libs" RDEPEND="" |