diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-10-17 08:20:04 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-10-17 08:22:02 +0000 |
commit | 2536b0a44cfb1659ae098bdbcf88378314e03599 (patch) | |
tree | 7078b16e2eea8109843b91569476601dd501b7d8 /app-shells | |
parent | app-shells/pdmenu: Use ${PN} whereever possible. (diff) | |
download | gentoo-2536b0a44cfb1659ae098bdbcf88378314e03599.tar.gz gentoo-2536b0a44cfb1659ae098bdbcf88378314e03599.tar.bz2 gentoo-2536b0a44cfb1659ae098bdbcf88378314e03599.zip |
app-shells/pdmenu: Stable for amd64. Stable mips+x86 using the ALLARCHES policy.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/pdmenu/pdmenu-1.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/pdmenu/pdmenu-1.3.4.ebuild b/app-shells/pdmenu/pdmenu-1.3.4.ebuild index 7c6904f5d5d7..88f94c820ffb 100644 --- a/app-shells/pdmenu/pdmenu-1.3.4.ebuild +++ b/app-shells/pdmenu/pdmenu-1.3.4.ebuild @@ -8,11 +8,11 @@ inherit eutils DESCRIPTION="A simple console menu program" HOMEPAGE="http://joeyh.name/code/pdmenu/" -SRC_URI="mirror://debian/pool/main/p/pdmenu/pdmenu_${PV}.tar.gz" +SRC_URI="mirror://debian/pool/main/p/${PN}/pdmenu_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~x86" +KEYWORDS="amd64 mips x86" IUSE="nls gpm examples" DEPEND=" |