diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-03-04 12:39:39 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-03-04 12:39:39 +0000 |
commit | f57ea9bcfc55885fb5fdbacfc44db2a8f05de1a2 (patch) | |
tree | d6be0da43741a9ec1496bd41f5a54f22217d23d5 /sci-libs | |
parent | x86 stable wrt #305931 (diff) | |
download | gentoo-2-f57ea9bcfc55885fb5fdbacfc44db2a8f05de1a2.tar.gz gentoo-2-f57ea9bcfc55885fb5fdbacfc44db2a8f05de1a2.tar.bz2 gentoo-2-f57ea9bcfc55885fb5fdbacfc44db2a8f05de1a2.zip |
x86 stable wrt bug #285493
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libgeda/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/libgeda/libgeda-1.4.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/libgeda/ChangeLog b/sci-libs/libgeda/ChangeLog index 35ce115e90d0..c99640910398 100644 --- a/sci-libs/libgeda/ChangeLog +++ b/sci-libs/libgeda/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libgeda # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v 1.50 2010/02/24 16:41:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v 1.51 2010/03/04 12:39:39 phajdan.jr Exp $ + + 04 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + libgeda-1.4.3-r1.ebuild: + x86 stable wrt bug #285493 24 Feb 2010; Markos Chandras <hwoarang@gentoo.org> libgeda-1.4.3-r1.ebuild: diff --git a/sci-libs/libgeda/libgeda-1.4.3-r1.ebuild b/sci-libs/libgeda/libgeda-1.4.3-r1.ebuild index 5d0ddddf2b43..26180cae31cf 100644 --- a/sci-libs/libgeda/libgeda-1.4.3-r1.ebuild +++ b/sci-libs/libgeda/libgeda-1.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-1.4.3-r1.ebuild,v 1.4 2010/02/24 16:41:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-1.4.3-r1.ebuild,v 1.5 2010/03/04 12:39:39 phajdan.jr Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://geda.seul.org/release/v$(get_version_component_range 1-2)/${PV}/ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~sparc ~x86" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="nls threads" RDEPEND=">=dev-libs/glib-2.4 |