From: W. Trevor King Date: Sat, 23 Apr 2011 14:49:45 +0000 (-0400) Subject: thesis-tools now required the latex USE flag for asymptote. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1b094eb7254f9937406eff28ff4060342e3ac413;p=wtk-overlay.git thesis-tools now required the latex USE flag for asymptote. --- diff --git a/virtual/thesis-tools/ChangeLog b/virtual/thesis-tools/ChangeLog index 93efec7..d712fc4 100644 --- a/virtual/thesis-tools/ChangeLog +++ b/virtual/thesis-tools/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for dev-tex/thesis-tools -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*thesis-tools-9999 (23 Apr 2011) + 23 Apr 2011; W. Trevor King thesis-tools-9999.ebuild : + Require the latex USE flag for asymptote dependency. + *thesis-tools-9999 (31 Dec 2010) 31 Dec 2010; W. Trevor King thesis-tools-9999.ebuild : Fix repoman-reported issues with 9999. diff --git a/virtual/thesis-tools/Manifest b/virtual/thesis-tools/Manifest index f4a5142..b7ea5c8 100644 --- a/virtual/thesis-tools/Manifest +++ b/virtual/thesis-tools/Manifest @@ -1,3 +1,3 @@ -EBUILD thesis-tools-9999.ebuild 412 RMD160 1d0c36af8445bd370de6dcddb20e1484b6f03bdb SHA1 c98fbd7c129bdd492eaa486315af45e0ce73a43a SHA256 363b9e9906daf563fac9a64c3adf809b3324a976fcd58c32c4ac7d52d2aa3428 -MISC ChangeLog 865 RMD160 c274efabee46963168c5f85d4aec999cbdbdb0fe SHA1 92bfec4557752fcf644ca77c0ac4b66d97e5544c SHA256 4364425a9cabe6a3670a597046d584d30d3ce9e6b15c98d8da1171aa118c7699 +EBUILD thesis-tools-9999.ebuild 419 RMD160 cfbadc4c50cda1322de7bd673125a7ee4a7a0d56 SHA1 6d6b2be23629721c9a5f34e9dd396d9553085533 SHA256 db0891804f3c4cb8af59dc7d93de1075083ef4c7e8bc30d783726058bf8b7a98 +MISC ChangeLog 993 RMD160 9810ee132ca7eaa4ba1ed1c9fb18a24e1c478e8e SHA1 3fea4b0999a82acc2e0254a6c116df0e230d7086 SHA256 84a9a3e3070103d18f6be6ce56931df7d61f6394fc3c76c4678f0c2b0c2c6850 MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72 diff --git a/virtual/thesis-tools/thesis-tools-9999.ebuild b/virtual/thesis-tools/thesis-tools-9999.ebuild index 18dc877..ce72b72 100644 --- a/virtual/thesis-tools/thesis-tools-9999.ebuild +++ b/virtual/thesis-tools/thesis-tools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -14,6 +14,6 @@ KEYWORDS="~x86" IUSE="" RDEPEND="dev-util/scons - media-gfx/asymptote + media-gfx/asymptote[latex] sci-chemistry/pymol" DEPEND="${RDEPEND}"