diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2006-01-03 22:18:04 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2006-01-03 22:18:04 +0000 |
commit | 07a82b84c109fc7ad6a4d5aee03800edd44016c6 (patch) | |
tree | ea22993800ae2f40fb4551f429f0f3748ad5a5b5 /www-client | |
parent | Always define $loop in the elilo script to prevent it getting imported from t... (diff) | |
download | historical-07a82b84c109fc7ad6a4d5aee03800edd44016c6.tar.gz historical-07a82b84c109fc7ad6a4d5aee03800edd44016c6.tar.bz2 historical-07a82b84c109fc7ad6a4d5aee03800edd44016c6.zip |
Add modular X dependencies, bug #115957
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/opera/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/opera/Manifest | 12 | ||||
-rw-r--r-- | www-client/opera/opera-8.51.ebuild | 18 |
3 files changed, 26 insertions, 11 deletions
diff --git a/www-client/opera/ChangeLog b/www-client/opera/ChangeLog index f3afff47e2f1..67d986b78d4f 100644 --- a/www-client/opera/ChangeLog +++ b/www-client/opera/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/opera -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.31 2005/11/27 19:30:01 josejx Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.32 2006/01/03 22:18:04 sekretarz Exp $ + + 03 Jan 2006; Karol Wojtaszek <sekretarz@gentoo.org> opera-8.51.ebuild: + Add modular X dependencies, bug #115957 27 Nov 2005; Joseph Jezak <josejx@gentoo.org> opera-8.51.ebuild: Marked ppc stable for bug #113239. diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest index 6f3562378742..0b5945750d6a 100644 --- a/www-client/opera/Manifest +++ b/www-client/opera/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 0e8a6c3971bb1c242dac8edee1dfea4c ChangeLog 18432 +MD5 86d017fca2637356c5d3243290a573f7 ChangeLog 18551 MD5 05a269373a205b54700e2265119951a0 files/digest-opera-7.54-r3 372 MD5 5fde404310e76e32c90caff003dbbbb8 files/digest-opera-8.00 368 MD5 8cbbc6d9dbd635e9b74831ac4209f292 files/digest-opera-8.01 372 @@ -17,11 +17,11 @@ MD5 654eabba23cdab9ffe12a45fe6338fcd opera-8.00.ebuild 4060 MD5 5cf989c7a198572b29f4d57d00934eb0 opera-8.01.ebuild 4063 MD5 e1adc02142d88ba1be45f5e4332630da opera-8.02.ebuild 4059 MD5 56e1b3f606c1222b19901e26a5a6a364 opera-8.50.ebuild 4061 -MD5 eacfbe751ae10c930d9097c72645b488 opera-8.51.ebuild 4019 +MD5 db5e3f94df7716a6dd20d0a70442e4bf opera-8.51.ebuild 4247 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFDiglMcsIHjyDViGQRAtUfAJ9xoui6OR60TwrwHPA8Mk9stJeO/ACgycSx -msofBJVlf19tkS2oJiEhLVw= -=hrKo +iD8DBQFDuwZXZ/iYVBmujdURApmYAJ0Wm/vgek0uX48wosLX62m5e8lQEwCg4viB +SAqGvvk4oAS6YQ6CfcrJTdc= +=Hd1L -----END PGP SIGNATURE----- diff --git a/www-client/opera/opera-8.51.ebuild b/www-client/opera/opera-8.51.ebuild index 6013289106e9..4ea2a0368754 100644 --- a/www-client/opera/opera-8.51.ebuild +++ b/www-client/opera/opera-8.51.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/www-client/opera/opera-8.51.ebuild,v 1.5 2005/11/27 19:30:01 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-8.51.ebuild,v 1.6 2006/01/03 22:18:04 sekretarz Exp $ inherit eutils @@ -31,7 +31,19 @@ SRC_URI=" DEPEND=">=sys-apps/sed-4 amd64? ( sys-apps/linux32 )" -RDEPEND="virtual/x11 +RDEPEND="|| ( ( x11-libs/libXrandr + x11-libs/libXp + x11-libs/libXmu + x11-libs/libXi + x11-libs/libXft + x11-libs/libXext + x11-libs/libXcursor + x11-libs/libX11 + x11-libs/libSM + x11-libs/libICE + ) + virtual/x11 + ) >=media-libs/fontconfig-2.1.94-r1 amd64? ( static? ( app-emulation/emul-linux-x86-xlibs ) !static? ( app-emulation/emul-linux-x86-qtlibs ) ) |