diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2006-02-05 06:41:38 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2006-02-05 06:41:38 +0000 |
commit | 0e9d6bde6284380588e93e245b6839c786e3603a (patch) | |
tree | 2cbc72b99e72bd8e076f6940c035b80c05c0327e /sci-chemistry | |
parent | Ported to modular X. Ebuild clean-up. (diff) | |
download | gentoo-2-0e9d6bde6284380588e93e245b6839c786e3603a.tar.gz gentoo-2-0e9d6bde6284380588e93e245b6839c786e3603a.tar.bz2 gentoo-2-0e9d6bde6284380588e93e245b6839c786e3603a.zip |
Ported to modular X
(Portage version: 2.0.54)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/nmrview/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-chemistry/nmrview/ChangeLog b/sci-chemistry/nmrview/ChangeLog index 0c5684f662fd..101ae69c4c2b 100644 --- a/sci-chemistry/nmrview/ChangeLog +++ b/sci-chemistry/nmrview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/nmrview -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrview/ChangeLog,v 1.6 2005/11/15 15:01:15 ribosome Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrview/ChangeLog,v 1.7 2006/02/05 06:41:38 ribosome Exp $ + + 05 Feb 2006; Olivier Fisette <ribosome@gentoo.org> + nmrview-5.2.2-r3.ebuild: + Ported to modular X. *nmrview-5.2.2-r3 (15 Nov 2005) diff --git a/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild b/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild index 2f095d43e626..061ac0829271 100644 --- a/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild +++ b/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild,v 1.1 2005/11/15 15:01:15 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild,v 1.2 2006/02/05 06:41:38 ribosome Exp $ DESCRIPTION="Visualisation and analysis of processed NMR data" LICENSE="as-is" @@ -13,7 +13,7 @@ SLOT="0" IUSE="" KEYWORDS="-* ~x86" -RDEPEND="virtual/x11" +RDEPEND="|| ( x11-libs/libX11 virtual/x11 )" S="${WORKDIR}" |