diff options
author | 2007-08-16 19:15:06 +0000 | |
---|---|---|
committer | 2007-08-16 19:15:06 +0000 | |
commit | b3ff837eaae87bb22351123d5f669a7db1c4a39d (patch) | |
tree | 9dbc3b526e0b1368bda0f355924cf28f5651c99c /sci-astronomy/ds9 | |
parent | Stable on sparc wrt #189139 (diff) | |
download | gentoo-2-b3ff837eaae87bb22351123d5f669a7db1c4a39d.tar.gz gentoo-2-b3ff837eaae87bb22351123d5f669a7db1c4a39d.tar.bz2 gentoo-2-b3ff837eaae87bb22351123d5f669a7db1c4a39d.zip |
Added virtual/emacs as a dep to build with etags
(Portage version: 2.1.2.11)
Diffstat (limited to 'sci-astronomy/ds9')
-rw-r--r-- | sci-astronomy/ds9/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/ds9/ds9-4.13.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-astronomy/ds9/ChangeLog b/sci-astronomy/ds9/ChangeLog index 377d66bf5824..f81870e5955c 100644 --- a/sci-astronomy/ds9/ChangeLog +++ b/sci-astronomy/ds9/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/ds9 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ChangeLog,v 1.1 2007/08/02 17:27:33 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ChangeLog,v 1.2 2007/08/16 19:15:06 bicatali Exp $ + + 16 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org> ds9-4.13.ebuild: + added virtual/emacs dep to build with etags. Thanks to Kirill Sokolovsky + <kirx@saistud.sai.msu.ru>, closing bug #189118 *ds9-4.13 (02 Aug 2007) diff --git a/sci-astronomy/ds9/ds9-4.13.ebuild b/sci-astronomy/ds9/ds9-4.13.ebuild index b13f31962a2c..7c4929d80f30 100644 --- a/sci-astronomy/ds9/ds9-4.13.ebuild +++ b/sci-astronomy/ds9/ds9-4.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ds9-4.13.ebuild,v 1.2 2007/08/03 01:53:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ds9-4.13.ebuild,v 1.3 2007/08/16 19:15:06 bicatali Exp $ inherit flag-o-matic eutils @@ -15,6 +15,7 @@ RDEPEND="x11-libs/libX11 x11-libs/libXdmcp x11-libs/libXau" DEPEND="${RDEPEND} + virtual/emacs app-arch/zip" RESTRICT="strip test" |