summaryrefslogtreecommitdiff
path: root/app-editors
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2010-02-22 20:49:05 +0100
committerBertrand Jacquin <beber@meleeweb.net>2010-02-22 20:49:05 +0100
commit8dafee89868b65ac1d5e3d76f0006cddb6f9442c (patch)
tree823f47f21fff6c6b35848e0a51177546db619e44 /app-editors
parentAdd texworks (diff)
downloadportage-8dafee89868b65ac1d5e3d76f0006cddb6f9442c.tar.xz
texworks: modified ebuild due to missing virtual/poppler-qt4
http://bugs.gentoo.org/show_bug.cgi?id=292667
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/texworks/Manifest2
-rw-r--r--app-editors/texworks/texworks-0.2.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/texworks/Manifest b/app-editors/texworks/Manifest
index 92070b46..1ce62039 100644
--- a/app-editors/texworks/Manifest
+++ b/app-editors/texworks/Manifest
@@ -1,2 +1,2 @@
DIST texworks-0.2.3.tar.gz 1898960 RMD160 6f50dc1131f8fa614b7720bbf6036665aa4cafbe SHA1 4e0e174cf8524c42e1347f2aa8bad7b7801aaa8b SHA256 8813aa9dbd4e716d5f41e5451323d338bc0521c260c15681a159f41dc97ee47f
-EBUILD texworks-0.2.3.ebuild 1282 RMD160 7e55b9dc3a66a31ac918718478dc8c1660da8586 SHA1 84bd1959f04454f3d5b2a36b49542723abdc4975 SHA256 d52fa447c9798c403eb949dc5307f4652a82788720afa547655b20256de143ff
+EBUILD texworks-0.2.3.ebuild 1281 RMD160 4d26928076ddb2619a96899a2b67a970004596be SHA1 b41a2c6ce64196f9e80627633c597dc292881db9 SHA256 fac93771e58476a056fe1e4f3da55cc397810274fe5e99153bbb7d0a772415b8
diff --git a/app-editors/texworks/texworks-0.2.3.ebuild b/app-editors/texworks/texworks-0.2.3.ebuild
index bf8cef9c..21156597 100644
--- a/app-editors/texworks/texworks-0.2.3.ebuild
+++ b/app-editors/texworks/texworks-0.2.3.ebuild
@@ -21,8 +21,8 @@ for LNG in ${LANGS}; do
done
RDEPEND=">=x11-libs/qt-core-4.5.2
- >=x11-libs/qt-gui-4.5.2[dbus]
- >=virtual/poppler-qt4-0.10.5
+ >=x11-libs/qt-gui-4.5.2[dbus]
+ >=app-text/poppler-0.12.3-r3[qt4]
>=app-text/hunspell-1.2.8"
DEPEND="${RDEPEND}"
PDEPEND="latex? ( dev-texlive/texlive-latex ) !latex? ( app-text/texlive-core )"