diff options
author | 2011-06-12 04:48:31 +0000 | |
---|---|---|
committer | 2011-06-12 04:48:31 +0000 | |
commit | 8b3a3a4896c603de8c3a31169bc6ce1be48ce240 (patch) | |
tree | bb0c5d2b5248c6b919106a9221289dda63852fdc /app-xemacs/pcomplete | |
parent | Disabled PIE for USE="profile", should fix bug #371119. (diff) | |
download | historical-8b3a3a4896c603de8c3a31169bc6ce1be48ce240.tar.gz historical-8b3a3a4896c603de8c3a31169bc6ce1be48ce240.tar.bz2 historical-8b3a3a4896c603de8c3a31169bc6ce1be48ce240.zip |
x86 stable per bug 369897
Package-Manager: portage-2.1.9.50/cvs/Linux i686
Diffstat (limited to 'app-xemacs/pcomplete')
-rw-r--r-- | app-xemacs/pcomplete/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/pcomplete/pcomplete-1.06.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-xemacs/pcomplete/ChangeLog b/app-xemacs/pcomplete/ChangeLog index cb5a5caf8e53..484322aea737 100644 --- a/app-xemacs/pcomplete/ChangeLog +++ b/app-xemacs/pcomplete/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/pcomplete # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/pcomplete/ChangeLog,v 1.16 2011/06/03 13:04:37 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/pcomplete/ChangeLog,v 1.17 2011/06/12 04:27:45 tomka Exp $ + + 12 Jun 2011; Thomas Kahle <tomka@gentoo.org> pcomplete-1.06.ebuild: + x86 stable per bug 369897 03 Jun 2011; Hans de Graaff <graaff@gentoo.org> -pcomplete-1.05.ebuild: Remove old version. diff --git a/app-xemacs/pcomplete/pcomplete-1.06.ebuild b/app-xemacs/pcomplete/pcomplete-1.06.ebuild index a7f1123a917c..512e4d5b0d99 100644 --- a/app-xemacs/pcomplete/pcomplete-1.06.ebuild +++ b/app-xemacs/pcomplete/pcomplete-1.06.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/pcomplete/pcomplete-1.06.ebuild,v 1.1 2010/08/13 08:40:53 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/pcomplete/pcomplete-1.06.ebuild,v 1.2 2011/06/12 04:27:45 tomka Exp $ SLOT="0" IUSE="" @@ -10,6 +10,6 @@ PKG_CAT="standard" RDEPEND="app-xemacs/sh-script app-xemacs/xemacs-base " -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86" inherit xemacs-packages |