diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-03-10 16:44:56 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-03-10 16:48:35 +0100 |
commit | de5a2e6ee143bcda1f8455e4bf4ed6159ac1b95a (patch) | |
tree | e35dfd6b039a8b60841f221cf5dac0a1ea61ea57 /app-cdr/cdemu-daemon | |
parent | app-cdr/cdemu: Drop ~hppa (diff) | |
download | gentoo-de5a2e6ee143bcda1f8455e4bf4ed6159ac1b95a.tar.gz gentoo-de5a2e6ee143bcda1f8455e4bf4ed6159ac1b95a.tar.bz2 gentoo-de5a2e6ee143bcda1f8455e4bf4ed6159ac1b95a.zip |
app-cdr/cdemu-daemon: 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/cdemu-daemon')
-rw-r--r-- | app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-cdr/cdemu-daemon/cdemu-daemon-3.2.2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild index f8257048c277..6db965c48f29 100644 --- a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild +++ b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.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" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR in CMakeLists.txt -KEYWORDS="amd64 ~hppa x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEPEND=">=dev-libs/glib-2.32:2 diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.2.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.2.ebuild index 08e6bd4b49a2..f4972c2ba6b5 100644 --- a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.2.ebuild +++ b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR in CMakeLists.txt -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" COMMON_DEPEND=">=dev-libs/glib-2.38:2 |