diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-03-10 16:44:16 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-03-10 16:48:35 +0100 |
commit | d5d91857e970c515b54de2976e6649d2e75791ed (patch) | |
tree | f17f39fb0ea40efa528e88139b6ff2164cf1eb6a /app-cdr | |
parent | sys-kernel/gentoo-sources: Linux patch 5.0.1 and netfilter patch (diff) | |
download | gentoo-d5d91857e970c515b54de2976e6649d2e75791ed.tar.gz gentoo-d5d91857e970c515b54de2976e6649d2e75791ed.tar.bz2 gentoo-d5d91857e970c515b54de2976e6649d2e75791ed.zip |
app-cdr/cdemu: Drop ~hppa
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Bug: https://bugs.gentoo.org/426328
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdemu/cdemu-3.2.0.ebuild | 4 | ||||
-rw-r--r-- | app-cdr/cdemu/cdemu-3.2.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/cdemu/cdemu-3.2.0.ebuild b/app-cdr/cdemu/cdemu-3.2.0.ebuild index 81365ccb45e4..13ab76055be7 100644 --- a/app-cdr/cdemu/cdemu-3.2.0.ebuild +++ b/app-cdr/cdemu/cdemu-3.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/cdemu/cdemu-client-${PV}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~hppa x86" +KEYWORDS="amd64 x86" IUSE="+cdemu-daemon" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/app-cdr/cdemu/cdemu-3.2.1.ebuild b/app-cdr/cdemu/cdemu-3.2.1.ebuild index 9287c227937c..3da78b6b6bd8 100644 --- a/app-cdr/cdemu/cdemu-3.2.1.ebuild +++ b/app-cdr/cdemu/cdemu-3.2.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/cdemu/cdemu-client-${PV}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~x86" IUSE="+cdemu-daemon" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |