diff options
author | Remi Cardona <remi@gentoo.org> | 2009-08-17 11:15:07 +0000 |
---|---|---|
committer | Remi Cardona <remi@gentoo.org> | 2009-08-17 11:15:07 +0000 |
commit | 53198c9f7d7c343c9017dfb2bf8be50e7cdd45af (patch) | |
tree | 7c28796caf2f8409b1edf57f0e552d7a783ba3b0 /app-editors/gedit-plugins | |
parent | Fix bug #281718 -- *** glibc detected *** gtali: free(): invalid pointer. Cau... (diff) | |
download | historical-53198c9f7d7c343c9017dfb2bf8be50e7cdd45af.tar.gz historical-53198c9f7d7c343c9017dfb2bf8be50e7cdd45af.tar.bz2 historical-53198c9f7d7c343c9017dfb2bf8be50e7cdd45af.zip |
app-editors/gedit-plugins: add ~x86 keyword, fixes bug #281750
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'app-editors/gedit-plugins')
-rw-r--r-- | app-editors/gedit-plugins/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/gedit-plugins/Manifest | 4 | ||||
-rw-r--r-- | app-editors/gedit-plugins/gedit-plugins-2.26.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/gedit-plugins/ChangeLog b/app-editors/gedit-plugins/ChangeLog index 458c2af92946..07b931264333 100644 --- a/app-editors/gedit-plugins/ChangeLog +++ b/app-editors/gedit-plugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/gedit-plugins # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.3 2009/07/24 15:49:03 mrpouet Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.4 2009/08/17 11:15:07 remi Exp $ + + 17 Aug 2009; Rémi Cardona <remi@gentoo.org> gedit-plugins-2.26.2.ebuild: + add ~x86 keyword, fixes bug #281750 24 Jul 2009; Romain Perier <mrpouet@gentoo.org> gedit-plugins-2.26.2.ebuild, metadata.xml: diff --git a/app-editors/gedit-plugins/Manifest b/app-editors/gedit-plugins/Manifest index 11164194bfef..353a450373a9 100644 --- a/app-editors/gedit-plugins/Manifest +++ b/app-editors/gedit-plugins/Manifest @@ -1,4 +1,4 @@ DIST gedit-plugins-2.26.2.tar.bz2 545331 RMD160 16f0db139fda5f92dee008e22c2fbd2dc2b19902 SHA1 77e2235107c42153602509ed8d66f4678839c072 SHA256 440078d8bd1a63d8671bb325be7fc53810e8b81365dbd8aa94654f8a8ee59be0 -EBUILD gedit-plugins-2.26.2.ebuild 1385 RMD160 0038f13f6d7fa494202a482b626ecad61ebd67eb SHA1 e6b239c2c4377436d1f836ac837fb68e222e4a97 SHA256 52f0749c9154d2604c45017ee02fac7057e9d4ea916e2659b6224b87e946a2b7 -MISC ChangeLog 897 RMD160 adce3af3e895417557c5fdfd0167a53a85190565 SHA1 d1706c9629bf2ce20f5ae83c29435844c68e977d SHA256 747874543ff0f142e7e234a611bf38a6708b7b6517a943264f6010efca729c56 +EBUILD gedit-plugins-2.26.2.ebuild 1385 RMD160 2fa63a7ebbb170ae14baa5817a974654b3192548 SHA1 190cfbbcee69487144b7fbbbc5c4f814703a572d SHA256 c3a40ec737fdcbb3ead9624a2685daf4377f6c5b10058f43c5b7d3ad2bbf84f2 +MISC ChangeLog 1009 RMD160 0e7d38482fd51456fe42f89f2b1062c6897e0d2f SHA1 003935ad6be8dc41a832f7efa4df3beb9877b6b3 SHA256 26f786c2f4d345862a6c85551eed27d4fd36dc6f15362be1d4a7d7c951b700d2 MISC metadata.xml 1138 RMD160 4f731728ecc862e7feeae02cb31199f9860f1544 SHA1 d66e5bf969d60c4c1aaf8b5d2c6d4b785b151c16 SHA256 35055675c727bcdcefa37c5c9323db6662f8d9fb43b538da91b64f9c79b07103 diff --git a/app-editors/gedit-plugins/gedit-plugins-2.26.2.ebuild b/app-editors/gedit-plugins/gedit-plugins-2.26.2.ebuild index 42f7cbbaae9f..4e38c8293661 100644 --- a/app-editors/gedit-plugins/gedit-plugins-2.26.2.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-2.26.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.26.2.ebuild,v 1.4 2009/07/25 00:55:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.26.2.ebuild,v 1.5 2009/08/17 11:15:07 remi Exp $ EAPI="2" GCONF_DEBUG="no" @@ -11,7 +11,7 @@ DESCRIPTION="Offical plugins for gedit." HOMEPAGE="http://live.gnome.org/GeditPlugins" LICENSE="GPL-2" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="bookmarks +bracketcompletion charmap colorpicker +drawspaces +joinlines python +session showtabbar smartspaces terminal" |