summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-05-25 23:14:57 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-05-25 23:14:57 +0200
commitbc3c81ca1dd0d6a196dafe6b8bb0bdce93eb42ab (patch)
treeac6c30c63c526a40399ae480c8b494c38c84093c /dev-tex
parentmail-filter/libdkim: add missing die. (diff)
downloadgentoo-bc3c81ca1dd0d6a196dafe6b8bb0bdce93eb42ab.tar.gz
gentoo-bc3c81ca1dd0d6a196dafe6b8bb0bdce93eb42ab.tar.bz2
gentoo-bc3c81ca1dd0d6a196dafe6b8bb0bdce93eb42ab.zip
dev-tex/minted: use internal variables in SRC_URI.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/minted/minted-2.4.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-tex/minted/minted-2.4.1.ebuild b/dev-tex/minted/minted-2.4.1.ebuild
index 927a7cfd7d4a..613d1825daad 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"