diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-10-24 19:34:04 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-10-24 19:34:04 +0000 |
commit | 16b9d8037e859bb5d4e1fde41920aafe00fd561b (patch) | |
tree | f9e8d11b693ef2ebc5a7d13818caeb01c7fa5a6e /sci-chemistry | |
parent | Update dependency after package move from x11-libs/openmotif to x11-libs/motif. (diff) | |
download | gentoo-2-16b9d8037e859bb5d4e1fde41920aafe00fd561b.tar.gz gentoo-2-16b9d8037e859bb5d4e1fde41920aafe00fd561b.tar.bz2 gentoo-2-16b9d8037e859bb5d4e1fde41920aafe00fd561b.zip |
Update dependency after package move from x11-libs/openmotif to x11-libs/motif.
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/viewmol/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/viewmol/viewmol-2.4.1-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-chemistry/viewmol/ChangeLog b/sci-chemistry/viewmol/ChangeLog index e55d5b7de97d..d3cd16edda6b 100644 --- a/sci-chemistry/viewmol/ChangeLog +++ b/sci-chemistry/viewmol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/viewmol # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/ChangeLog,v 1.16 2012/10/06 16:25:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/ChangeLog,v 1.17 2012/10/24 19:34:04 ulm Exp $ + + 24 Oct 2012; Ulrich Müller <ulm@gentoo.org> viewmol-2.4.1-r2.ebuild: + Update dependency after package move from x11-libs/openmotif to + x11-libs/motif. 06 Oct 2012; Justin Lecher <jlec@gentoo.org> viewmol-2.4.1-r2.ebuild: Add missing DEP on virtual/glu, #437076 diff --git a/sci-chemistry/viewmol/viewmol-2.4.1-r2.ebuild b/sci-chemistry/viewmol/viewmol-2.4.1-r2.ebuild index 36fb72826ca6..8af04e2c8139 100644 --- a/sci-chemistry/viewmol/viewmol-2.4.1-r2.ebuild +++ b/sci-chemistry/viewmol/viewmol-2.4.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r2.ebuild,v 1.3 2012/10/06 16:25:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r2.ebuild,v 1.4 2012/10/24 19:34:04 ulm Exp $ EAPI=3 @@ -27,7 +27,7 @@ RDEPEND=" x11-libs/libXi x11-libs/libXmu x11-libs/libXt - >=x11-libs/openmotif-2.3:0" + >=x11-libs/motif-2.3:0" DEPEND="${RDEPEND} x11-proto/inputproto x11-proto/xproto" |