diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-04-12 14:33:51 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-04-12 14:33:51 +0000 |
commit | e89fdedb479a954b10d699f849501ac15af7b1b2 (patch) | |
tree | 21492190848d0fbe28b25b40f55ba7a9f5378853 /x11-libs/vte | |
parent | dev-cpp/gnome-vfsmm: removing the forced dep on doxygen (fixes bug #213269) (diff) | |
download | gentoo-2-e89fdedb479a954b10d699f849501ac15af7b1b2.tar.gz gentoo-2-e89fdedb479a954b10d699f849501ac15af7b1b2.tar.bz2 gentoo-2-e89fdedb479a954b10d699f849501ac15af7b1b2.zip |
amd64 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.16.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 4da1dfe63ec8..1f507b0b8adc 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/vte # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.197 2008/04/12 14:19:12 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.198 2008/04/12 14:33:51 drac Exp $ + + 12 Apr 2008; Samuli Suominen <drac@gentoo.org> vte-0.16.13.ebuild: + amd64 stable wrt #217395 12 Apr 2008; nixnut <nixnut@gentoo.org> vte-0.16.13.ebuild: Stable on ppc wrt bug 217395 diff --git a/x11-libs/vte/vte-0.16.13.ebuild b/x11-libs/vte/vte-0.16.13.ebuild index 297a2b14a906..347cfbffa479 100644 --- a/x11-libs/vte/vte-0.16.13.ebuild +++ b/x11-libs/vte/vte-0.16.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.13.ebuild,v 1.2 2008/04/12 14:19:12 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.13.ebuild,v 1.3 2008/04/12 14:33:51 drac Exp $ inherit eutils gnome2 autotools @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" # pcre is broken in this release IUSE="debug doc python opengl" |