diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-01 18:23:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-01 18:23:23 +0000 |
commit | 5e2c6c37659f14e30baa1424a4fafe13b04a6297 (patch) | |
tree | 53b0895b72f19eea2c9b8956825a36942ec12f83 /app-office | |
parent | Stable for sparc, wrt bug #458984 (diff) | |
download | gentoo-2-5e2c6c37659f14e30baa1424a4fafe13b04a6297.tar.gz gentoo-2-5e2c6c37659f14e30baa1424a4fafe13b04a6297.tar.bz2 gentoo-2-5e2c6c37659f14e30baa1424a4fafe13b04a6297.zip |
Stable for sparc, wrt bug #458984
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-office')
-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 531aaf561a19..a7f6cc7a08e8 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.30 2013/03/29 13:21:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.31 2013/04/01 18:23:23 ago Exp $ + + 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> dia2code-0.8.5.ebuild: + Stable for sparc, wrt bug #458984 29 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dia2code-0.8.5.ebuild: Stable for ia64, wrt bug #458984 diff --git a/app-office/dia2code/dia2code-0.8.5.ebuild b/app-office/dia2code/dia2code-0.8.5.ebuild index d0a81d39e157..60249def4fc4 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.5 2013/03/29 13:21:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.6 2013/04/01 18:23:23 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" |