diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-02-25 19:39:29 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-02-25 19:39:29 +0000 |
commit | 197bbbb0e925e89de7444d8d828978b450349f36 (patch) | |
tree | 6e31e6716669ddbc255ad8071e1ff39b70d31f34 /app-office/dia | |
parent | typo (diff) | |
download | gentoo-2-197bbbb0e925e89de7444d8d828978b450349f36.tar.gz gentoo-2-197bbbb0e925e89de7444d8d828978b450349f36.tar.bz2 gentoo-2-197bbbb0e925e89de7444d8d828978b450349f36.zip |
alpha/ia64/sparc stable wrt #257020
(Portage version: 2.1.7.16/cvs/Linux ia64)
Diffstat (limited to 'app-office/dia')
-rw-r--r-- | app-office/dia/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/dia/dia-0.97.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/dia/ChangeLog b/app-office/dia/ChangeLog index 4966fea9f375..71b046c767e1 100644 --- a/app-office/dia/ChangeLog +++ b/app-office/dia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/dia # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.123 2010/02/23 15:51:41 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.124 2010/02/25 19:39:29 armin76 Exp $ + + 25 Feb 2010; Raúl Porcel <armin76@gentoo.org> dia-0.97.1.ebuild: + alpha/ia64/sparc stable wrt #257020 23 Feb 2010; Brent Baude <ranger@gentoo.org> dia-0.97.1.ebuild: Marking dia-0.97.1 ppc64 for bug 257020 diff --git a/app-office/dia/dia-0.97.1.ebuild b/app-office/dia/dia-0.97.1.ebuild index 2c7d216bf815..5a4197858edf 100644 --- a/app-office/dia/dia-0.97.1.ebuild +++ b/app-office/dia/dia-0.97.1.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/app-office/dia/dia-0.97.1.ebuild,v 1.5 2010/02/23 15:51:41 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.1.ebuild,v 1.6 2010/02/25 19:39:29 armin76 Exp $ EAPI="2" @@ -16,7 +16,7 @@ MY_PV_MM=$(get_version_component_range 1-2) SRC_URI="mirror://gnome/sources/${PN}/${MY_PV_MM}/${MY_P}.tar.bz2" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd" # the doc USE flag doesn't seem to do anything without docbook2html # FIXME: configure mixes debug and devel meaning (see -DGTK_DISABLE...) IUSE="cairo doc gnome png python zlib" |