diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-06-12 04:48:31 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-06-12 04:48:31 +0000 |
commit | 8b3a3a4896c603de8c3a31169bc6ce1be48ce240 (patch) | |
tree | bb0c5d2b5248c6b919106a9221289dda63852fdc /app-xemacs/igrep | |
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/igrep')
-rw-r--r-- | app-xemacs/igrep/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/igrep/igrep-1.16.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-xemacs/igrep/ChangeLog b/app-xemacs/igrep/ChangeLog index f941b242b6f4..c9f7152594e0 100644 --- a/app-xemacs/igrep/ChangeLog +++ b/app-xemacs/igrep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/igrep -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/igrep/ChangeLog,v 1.15 2009/02/22 10:41:07 graaff Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/igrep/ChangeLog,v 1.16 2011/06/12 04:15:55 tomka Exp $ + + 12 Jun 2011; Thomas Kahle <tomka@gentoo.org> igrep-1.16.ebuild: + x86 stable per bug 369897 *igrep-1.16 (22 Feb 2009) diff --git a/app-xemacs/igrep/igrep-1.16.ebuild b/app-xemacs/igrep/igrep-1.16.ebuild index 90ccebe5caf7..927de1c71032 100644 --- a/app-xemacs/igrep/igrep-1.16.ebuild +++ b/app-xemacs/igrep/igrep-1.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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/igrep/igrep-1.16.ebuild,v 1.1 2009/02/22 10:41:07 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/igrep/igrep-1.16.ebuild,v 1.2 2011/06/12 04:15:56 tomka Exp $ SLOT="0" IUSE="" @@ -11,6 +11,6 @@ RDEPEND="app-xemacs/dired app-xemacs/xemacs-base app-xemacs/efs " -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86" inherit xemacs-packages |