diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-12-13 20:45:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-12-13 20:45:12 +0000 |
commit | 5ef23760d468351c4aacc9e79a2b85f17698cbe2 (patch) | |
tree | a6a766ac172f2d2c9afeaa5b7ffc2c96e77704b5 /app-text/ghostscript-gnu | |
parent | modular X deps, committing Donnie's fixes in bug #115232 (diff) | |
download | gentoo-2-5ef23760d468351c4aacc9e79a2b85f17698cbe2.tar.gz gentoo-2-5ef23760d468351c4aacc9e79a2b85f17698cbe2.tar.bz2 gentoo-2-5ef23760d468351c4aacc9e79a2b85f17698cbe2.zip |
fix the order of the ||'d deps, thanks to Donnie
(Portage version: 2.0.53)
Diffstat (limited to 'app-text/ghostscript-gnu')
-rw-r--r-- | app-text/ghostscript-gnu/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild | 18 |
2 files changed, 11 insertions, 13 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog index 31c4bfe933d0..7b479a5a78e6 100644 --- a/app-text/ghostscript-gnu/ChangeLog +++ b/app-text/ghostscript-gnu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-gnu # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.6 2005/12/13 20:25:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.7 2005/12/13 20:45:12 seemant Exp $ + + 13 Dec 2005; Seemant Kulleen <seemant@gentoo.org> + ghostscript-gnu-8.16-r1.ebuild: + fix the order of the ||'d deps, thanks to Donnie 13 Dec 2005; Seemant Kulleen <seemant@gentoo.org> ghostscript-gnu-8.16-r1.ebuild: diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild index f04f3e8781a7..d60f9fc90468 100644 --- a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild +++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild,v 1.2 2005/12/13 20:25:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild,v 1.3 2005/12/13 20:45:12 seemant Exp $ inherit eutils @@ -27,10 +27,8 @@ DEPEND="virtual/libc >=media-libs/jpeg-6b >=media-libs/libpng-1.2.5 >=sys-libs/zlib-1.2.0 - X? ( || ( ( virtual/x11 ) - ( x11-proto/xproto - x11-libs/libX11 - x11-libs/libXt ) ) ) + X? ( || ( ( x11-libs/libXt ) + ( virtual/x11 ) ) ) cjk? ( media-fonts/arphicfonts media-fonts/kochi-substitute media-fonts/baekmuk-fonts ) @@ -39,13 +37,9 @@ DEPEND="virtual/libc !virtual/ghostscript media-fonts/gnu-gs-fonts-std" -RDEPEND="X? ( || ( ( virtual/x11 ) - ( x11-libs/libXt - x11-libs/libSM - x11-libs/libICE - x11-libs/libXext - x11-libs/libX11 - x11-libs/libXi ) ) )" +RDEPEND="X? ( || ( ( x11-libs/libXt + x11-libs/libXi ) + ( virtual/x11 ) ) )" S=${WORKDIR}/${MY_P} |