diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-03-12 00:21:32 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-03-12 00:21:32 +0000 |
commit | db145973d3ec03f71dc709d147040b2dd64cdc67 (patch) | |
tree | af10225f4e82cea2e871c76f3f6594eb54f3e795 /xfce-extra/terminal | |
parent | Fixed wrong install directory, bug #170346. (diff) | |
download | historical-db145973d3ec03f71dc709d147040b2dd64cdc67.tar.gz historical-db145973d3ec03f71dc709d147040b2dd64cdc67.tar.bz2 historical-db145973d3ec03f71dc709d147040b2dd64cdc67.zip |
Stable on Alpha + IA64.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'xfce-extra/terminal')
-rw-r--r-- | xfce-extra/terminal/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/terminal/terminal-0.2.6-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/xfce-extra/terminal/ChangeLog b/xfce-extra/terminal/ChangeLog index 2b66596ab14e..4c88c08a6745 100644 --- a/xfce-extra/terminal/ChangeLog +++ b/xfce-extra/terminal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/terminal # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/ChangeLog,v 1.38 2007/03/11 10:34:11 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/ChangeLog,v 1.39 2007/03/12 00:21:32 kloeri Exp $ + + 12 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> + terminal-0.2.6-r1.ebuild: + Stable on Alpha + IA64. 11 Mar 2007; Samuli Suominen <drac@gentoo.org> terminal-0.2.4.ebuild, -terminal-0.2.4-r1.ebuild: diff --git a/xfce-extra/terminal/terminal-0.2.6-r1.ebuild b/xfce-extra/terminal/terminal-0.2.6-r1.ebuild index ec8047f838a9..81fc9978dc86 100644 --- a/xfce-extra/terminal/terminal-0.2.6-r1.ebuild +++ b/xfce-extra/terminal/terminal-0.2.6-r1.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/xfce-extra/terminal/terminal-0.2.6-r1.ebuild,v 1.8 2007/03/10 18:55:29 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.6-r1.ebuild,v 1.9 2007/03/12 00:21:32 kloeri Exp $ inherit xfce44 @@ -11,7 +11,7 @@ S="${WORKDIR}/${MY_P}" DESCRIPTION="Terminal for Xfce desktop environment, based on vte library." HOMEPAGE="http://www.xfce.org/projects/terminal" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="dbus debug startup-notification doc" RDEPEND=">=dev-libs/glib-2.6 |