diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-17 07:44:55 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-17 07:44:55 +0000 |
commit | d67039ece292d83919e19052aee9a87d3d2fa2aa (patch) | |
tree | a63d7d75a729feb8f3a33c857aa77eb3a42738ec /app-office/dia2code | |
parent | Version bump. (diff) | |
download | gentoo-2-d67039ece292d83919e19052aee9a87d3d2fa2aa.tar.gz gentoo-2-d67039ece292d83919e19052aee9a87d3d2fa2aa.tar.bz2 gentoo-2-d67039ece292d83919e19052aee9a87d3d2fa2aa.zip |
Drop stable keywords after the discussion caused by Gnome 3.8/3.10 stabilization on this arches
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office/dia2code')
-rw-r--r-- | app-office/dia2code/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/dia2code/dia2code-0.8.5.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-office/dia2code/ChangeLog b/app-office/dia2code/ChangeLog index 055dfd43fc99..5c4593672932 100644 --- a/app-office/dia2code/ChangeLog +++ b/app-office/dia2code/ChangeLog @@ -1,6 +1,10 @@ # 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.33 2013/09/22 11:30:33 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.34 2014/04/17 07:44:55 pacho Exp $ + + 17 Apr 2014; Pacho Ramos <pacho@gentoo.org> dia2code-0.8.5.ebuild: + Drop stable keywords after the discussion caused by Gnome 3.8/3.10 + stabilization on this arches 22 Sep 2013; Pacho Ramos <pacho@gentoo.org> dia2code-0.8.5.ebuild: And fix build with latest automake (#467592) diff --git a/app-office/dia2code/dia2code-0.8.5.ebuild b/app-office/dia2code/dia2code-0.8.5.ebuild index 11e0222a991d..44d6398ba31c 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 +# Copyright 1999-2014 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.8 2013/09/22 11:30:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.9 2014/04/17 07:44:55 pacho Exp $ EAPI=5 GCONF_DEBUG="no" @@ -13,7 +13,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" |