diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-08-13 21:47:45 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-08-13 21:47:45 +0000 |
commit | 2b7effde3ac143df5da7ebdc1d628abb0284efa8 (patch) | |
tree | a58c395b2df696df437f25f893076b0981aeba06 /app-editors/emacs-vcs | |
parent | m68k stable wrt #369909 (diff) | |
download | gentoo-2-2b7effde3ac143df5da7ebdc1d628abb0284efa8.tar.gz gentoo-2-2b7effde3ac143df5da7ebdc1d628abb0284efa8.tar.bz2 gentoo-2-2b7effde3ac143df5da7ebdc1d628abb0284efa8.zip |
Don't RESTRICT=strip.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/emacs-vcs')
-rw-r--r-- | app-editors/emacs-vcs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild | 3 | ||||
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog index ff59a3d390fb..19c903df5a40 100644 --- a/app-editors/emacs-vcs/ChangeLog +++ b/app-editors/emacs-vcs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/emacs-vcs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.59 2011/08/02 05:43:09 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.60 2011/08/13 21:47:45 ulm Exp $ + + 13 Aug 2011; Ulrich Mueller <ulm@gentoo.org> emacs-vcs-23.3.9999.ebuild, + emacs-vcs-24.0.9999-r1.ebuild: + Don't RESTRICT=strip. Users who need debugging symbols can control this with + the FEATURES variable. 02 Aug 2011; Matt Turner <mattst88@gentoo.org> emacs-vcs-23.3.9999.ebuild, emacs-vcs-24.0.9999-r1.ebuild: diff --git a/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild index adee0351e8eb..f82aa7b0d9cb 100644 --- a/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild,v 1.8 2011/08/02 05:43:10 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild,v 1.9 2011/08/13 21:47:45 ulm Exp $ EAPI=4 WANT_AUTOMAKE="none" @@ -32,7 +32,6 @@ LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2" SLOT="23" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="alsa dbus gconf gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm" -RESTRICT="strip" RDEPEND="sys-libs/ncurses >=app-admin/eselect-emacs-1.2 diff --git a/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild index 284ac4022a3c..db14c3eb4cc9 100644 --- a/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild,v 1.13 2011/08/02 05:43:09 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild,v 1.14 2011/08/13 21:47:45 ulm Exp $ EAPI=4 @@ -31,7 +31,6 @@ LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2" SLOT="24" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="alsa dbus gconf gif gnutls gpm gsettings gtk gtk3 gzip-el hesiod imagemagick jpeg kerberos libxml2 m17n-lib motif png selinux sound source svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm" -RESTRICT="strip" RDEPEND="sys-libs/ncurses >=app-admin/eselect-emacs-1.2 |