commit:     bc3c81ca1dd0d6a196dafe6b8bb0bdce93eb42ab
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 21:14:57 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 25 21:14:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3c81ca

dev-tex/minted: use internal variables in SRC_URI.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-tex/minted/minted-2.4.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-tex/minted/minted-2.4.1.ebuild 
b/dev-tex/minted/minted-2.4.1.ebuild
index 927a7cfd7d4..613d1825daa 100644
--- a/dev-tex/minted/minted-2.4.1.ebuild
+++ b/dev-tex/minted/minted-2.4.1.ebuild
@@ -8,14 +8,13 @@ inherit latex-package eutils
 
 DESCRIPTION="LaTeX package for source code syntax highlighting"
 HOMEPAGE="https://github.com/gpoore/minted";
-SRC_URI="https://github.com/gpoore/minted/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/gpoore/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="|| ( BSD LPPL-1.3 LPPL-1.3b LPPL-1.3c )"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
-DEPEND=""
 RDEPEND="
        dev-texlive/texlive-latexextra
        dev-python/pygments"

Reply via email to