diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-11-28 16:35:07 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-11-28 21:27:32 +0100 |
commit | d6b5303867cc6bb2372f65928b652a82ec3b0b87 (patch) | |
tree | 555783e028bb91f9b87c4987b9ac786709b2e619 /dev-ml | |
parent | dev-ml/topkg: initial import; ebuild by me (diff) | |
download | gentoo-d6b5303867cc6bb2372f65928b652a82ec3b0b87.tar.gz gentoo-d6b5303867cc6bb2372f65928b652a82ec3b0b87.tar.bz2 gentoo-d6b5303867cc6bb2372f65928b652a82ec3b0b87.zip |
dev-ml/topkg: add proper subslot
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/topkg/topkg-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/topkg/topkg-0.8.1.ebuild b/dev-ml/topkg/topkg-0.8.1.ebuild index aa42f0080f47..74067f192f14 100644 --- a/dev-ml/topkg/topkg-0.8.1.ebuild +++ b/dev-ml/topkg/topkg-0.8.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://erratique.ch/software/topkg https://github.com/dbuenzli/topkg" SRC_URI="https://github.com/dbuenzli/topkg/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" |