diff options
| author | eroen | 2014-06-03 21:25:16 +0200 |
|---|---|---|
| committer | eroen | 2014-07-16 00:02:33 +0200 |
| commit | 490493da8f714d70253fcf904179a6b45ecc7124 (patch) | |
| tree | 7bdb081b96d4989c95a053ada3018090a6cb2325 | |
| parent | 90753d82abf6acec5acc6a8b54fb8c86a9bfc9bf (diff) | |
| download | eroen-overlay-490493da8f714d70253fcf904179a6b45ecc7124.tar.gz eroen-overlay-490493da8f714d70253fcf904179a6b45ecc7124.tar.bz2 eroen-overlay-490493da8f714d70253fcf904179a6b45ecc7124.tar.xz | |
vte-0.36.3 - termite patch
| -rw-r--r-- | x11-libs/vte/vte-0.36.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-libs/vte/vte-0.36.3.ebuild b/x11-libs/vte/vte-0.36.3.ebuild index a8ce116e..4eacdc04 100644 --- a/x11-libs/vte/vte-0.36.3.ebuild +++ b/x11-libs/vte/vte-0.36.3.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE" LICENSE="LGPL-2+" SLOT="2.90" -IUSE="debug glade +introspection" +IUSE="debug glade +introspection termite-patch" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" PDEPEND="~x11-libs/gnome-pty-helper-${PV}" @@ -39,6 +39,8 @@ src_prepare() { # https://bugzilla.gnome.org/show_bug.cgi?id=663779 epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch" + use termite-patch && epatch "${FILESDIR}"/${PN}-0.32.2-expose_select_text.patch + gnome2_src_prepare } |
