diff options
author | 2014-02-22 22:51:10 +0000 | |
---|---|---|
committer | 2014-02-22 22:51:10 +0000 | |
commit | a9a3a8352cf5d76a67d99d1dc5850f391c6d4af0 (patch) | |
tree | 9536fa8d190bf04cb127dc1c7a875e2c0f6d3a44 /x11-terms | |
parent | Fix wrong commit, bug 502160 (diff) | |
download | gentoo-2-a9a3a8352cf5d76a67d99d1dc5850f391c6d4af0.tar.gz gentoo-2-a9a3a8352cf5d76a67d99d1dc5850f391c6d4af0.tar.bz2 gentoo-2-a9a3a8352cf5d76a67d99d1dc5850f391c6d4af0.zip |
Fix wrong commit, bug 502160
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/gnome-terminal/ChangeLog | 5 | ||||
-rw-r--r-- | x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-terms/gnome-terminal/ChangeLog b/x11-terms/gnome-terminal/ChangeLog index df7d5ab38c60..efc52360b45e 100644 --- a/x11-terms/gnome-terminal/ChangeLog +++ b/x11-terms/gnome-terminal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-terms/gnome-terminal # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.280 2014/02/22 16:02:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.281 2014/02/22 22:51:10 pacho Exp $ + + 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnome-terminal-3.10.2.ebuild: + Fix wrong commit, bug 502160 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnome-terminal-3.10.2.ebuild: arch stable, bug 888 diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild index c3b221cacfa7..5c7f01881193 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild,v 1.2 2014/02/22 16:02:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild,v 1.3 2014/02/22 22:51:10 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ HOMEPAGE="https://help.gnome.org/users/gnome-terminal/" LICENSE="GPL-3+" SLOT="0" IUSE="+nautilus" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" # FIXME: automagic dependency on gtk+[X] RDEPEND=" |