diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-30 20:11:32 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-30 20:11:32 +0000 |
commit | 244b213a2beca84ceb3ae35e5981363e9255ecb2 (patch) | |
tree | 1d174057c12cde0636bd3eb0d55483098f9e6b15 /app-office | |
parent | Let app-admin/eselect-compiler be used instead of sys-devel/gcc-config if it'... (diff) | |
download | gentoo-2-244b213a2beca84ceb3ae35e5981363e9255ecb2.tar.gz gentoo-2-244b213a2beca84ceb3ae35e5981363e9255ecb2.tar.bz2 gentoo-2-244b213a2beca84ceb3ae35e5981363e9255ecb2.zip |
Stable on amd64 and x86 wrt bug #133699.
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/dia/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/dia/dia-0.95.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/dia/ChangeLog b/app-office/dia/ChangeLog index 75b720b9d15a..27921cf74e03 100644 --- a/app-office/dia/ChangeLog +++ b/app-office/dia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/dia # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.86 2006/05/30 19:26:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.87 2006/05/30 20:11:32 wolf31o2 Exp $ + + 30 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> dia-0.95.1.ebuild: + Stable on amd64 and x86 wrt bug #133699. 30 May 2006; Markus Rothe <corsair@gentoo.org> dia-0.95.1.ebuild: Stable on ppc64; bug #133699 diff --git a/app-office/dia/dia-0.95.1.ebuild b/app-office/dia/dia-0.95.1.ebuild index b73c371a5b16..6091ff11770a 100644 --- a/app-office/dia/dia-0.95.1.ebuild +++ b/app-office/dia/dia-0.95.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.95.1.ebuild,v 1.3 2006/05/30 19:26:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.95.1.ebuild,v 1.4 2006/05/30 20:11:32 wolf31o2 Exp $ inherit eutils gnome2 libtool autotools versionator @@ -15,7 +15,7 @@ MY_P="${PN}-${MY_PV}" SRC_URI="mirror://gnome/sources/${PN}/${MY_PV_MM}/${PN}-${MY_PV}.tar.bz2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 ~sparc x86" IUSE="gnome png python zlib" RDEPEND=">=x11-libs/gtk+-2.6.0 |