diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-12-06 04:08:35 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-12-06 04:08:35 +0000 |
commit | 67907999e3288bbfd4a8f4cbf88f4e61622a4d09 (patch) | |
tree | df65bc022394465360a47cb6fadae42495f77b08 /sci-libs/mmdb | |
parent | x86 stable wrt bug #445460 (diff) | |
download | gentoo-2-67907999e3288bbfd4a8f4cbf88f4e61622a4d09.tar.gz gentoo-2-67907999e3288bbfd4a8f4cbf88f4e61622a4d09.tar.bz2 gentoo-2-67907999e3288bbfd4a8f4cbf88f4e61622a4d09.zip |
x86 stable wrt bug #445102
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 30427902)
Diffstat (limited to 'sci-libs/mmdb')
-rw-r--r-- | sci-libs/mmdb/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/mmdb/mmdb-1.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/mmdb/ChangeLog b/sci-libs/mmdb/ChangeLog index 9ed9899e4e07..a7c5d7c54eef 100644 --- a/sci-libs/mmdb/ChangeLog +++ b/sci-libs/mmdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/mmdb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmdb/ChangeLog,v 1.26 2012/12/03 16:21:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmdb/ChangeLog,v 1.27 2012/12/06 04:08:35 phajdan.jr Exp $ + + 06 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> mmdb-1.24.ebuild: + x86 stable wrt bug #445102 03 Dec 2012; Justin Lecher <jlec@gentoo.org> mmdb-1.24.ebuild: Handle static-libs, #445620 diff --git a/sci-libs/mmdb/mmdb-1.24.ebuild b/sci-libs/mmdb/mmdb-1.24.ebuild index 10d848b57e25..95fd25419e9b 100644 --- a/sci-libs/mmdb/mmdb-1.24.ebuild +++ b/sci-libs/mmdb/mmdb-1.24.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/sci-libs/mmdb/mmdb-1.24.ebuild,v 1.5 2012/12/03 16:21:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmdb/mmdb-1.24.ebuild,v 1.6 2012/12/06 04:08:35 phajdan.jr Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="GPL-2 LGPL-3" SLOT="0" -KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="static-libs" DEPEND="!<sci-libs/ccp4-libs-6.1.3" |