diff options
author | Dawid Węgliński <cla@gentoo.org> | 2007-12-19 23:57:32 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2007-12-19 23:57:32 +0000 |
commit | ed4f6cbe660088bef171941389e61c8fb534d1d0 (patch) | |
tree | fd28d2a56d67601f5b08d2486a92e045d92670fe /x11-apps/xcalc | |
parent | Stable on x86 wrt #202087 (diff) | |
download | gentoo-2-ed4f6cbe660088bef171941389e61c8fb534d1d0.tar.gz gentoo-2-ed4f6cbe660088bef171941389e61c8fb534d1d0.tar.bz2 gentoo-2-ed4f6cbe660088bef171941389e61c8fb534d1d0.zip |
Stable on x86 wrt #202087
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-apps/xcalc')
-rw-r--r-- | x11-apps/xcalc/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xcalc/xcalc-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xcalc/ChangeLog b/x11-apps/xcalc/ChangeLog index 8d068195bf36..d06799600ffa 100644 --- a/x11-apps/xcalc/ChangeLog +++ b/x11-apps/xcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xcalc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.17 2007/09/08 06:19:42 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.18 2007/12/19 23:57:32 cla Exp $ + + 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xcalc-1.0.2.ebuild: + Stable on x86 (bug #202087) *xcalc-1.0.2 (08 Sep 2007) diff --git a/x11-apps/xcalc/xcalc-1.0.2.ebuild b/x11-apps/xcalc/xcalc-1.0.2.ebuild index d1971de8dedd..e758b4e6dce4 100644 --- a/x11-apps/xcalc/xcalc-1.0.2.ebuild +++ b/x11-apps/xcalc/xcalc-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/xcalc-1.0.2.ebuild,v 1.1 2007/09/08 06:19:42 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/xcalc-1.0.2.ebuild,v 1.2 2007/12/19 23:57:32 cla Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="scientific calculator for X" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="xprint" RDEPEND="x11-libs/libXaw" |