diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-25 16:14:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-25 16:14:29 +0000 |
commit | 7091cb8e767c611434151b960b82f6c75f41eaae (patch) | |
tree | 9c53a02153d90857bf25ad68ceb25811f76e780b /app-office/dia2code | |
parent | Removing older versions (diff) | |
download | gentoo-2-7091cb8e767c611434151b960b82f6c75f41eaae.tar.gz gentoo-2-7091cb8e767c611434151b960b82f6c75f41eaae.tar.bz2 gentoo-2-7091cb8e767c611434151b960b82f6c75f41eaae.zip |
Stable for x86, wrt bug #458984
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-office/dia2code')
-rw-r--r-- | app-office/dia2code/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/dia2code/dia2code-0.8.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/dia2code/ChangeLog b/app-office/dia2code/ChangeLog index e136a2b01963..2509a7ead250 100644 --- a/app-office/dia2code/ChangeLog +++ b/app-office/dia2code/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/dia2code # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.27 2013/03/25 15:35:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.28 2013/03/25 16:14:29 ago Exp $ + + 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dia2code-0.8.5.ebuild: + Stable for x86, wrt bug #458984 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dia2code-0.8.5.ebuild: Stable for amd64, wrt bug #458984 diff --git a/app-office/dia2code/dia2code-0.8.5.ebuild b/app-office/dia2code/dia2code-0.8.5.ebuild index 911118015600..bae94f3bdec0 100644 --- a/app-office/dia2code/dia2code-0.8.5.ebuild +++ b/app-office/dia2code/dia2code-0.8.5.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/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.2 2013/03/25 15:35:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.3 2013/03/25 16:14:29 ago Exp $ EAPI=4 inherit flag-o-matic autotools @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86" IUSE="" DEPEND="dev-libs/libxml2" |