Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu-daemon/
Date: Sun, 10 Mar 2019 15:48:45
Message-Id: 1552232915.de5a2e6ee143bcda1f8455e4bf4ed6159ac1b95a.jer@gentoo
1 commit: de5a2e6ee143bcda1f8455e4bf4ed6159ac1b95a
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 10 15:44:56 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 15:48:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5a2e6e
7
8 app-cdr/cdemu-daemon: Drop ~hppa
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Bug: https://bugs.gentoo.org/426328
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild | 4 ++--
15 app-cdr/cdemu-daemon/cdemu-daemon-3.2.2.ebuild | 2 +-
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild
19 index f8257048c27..6db965c48f2 100644
20 --- a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild
21 +++ b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
29
30 LICENSE="GPL-2+"
31 SLOT="0/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR in CMakeLists.txt
32 -KEYWORDS="amd64 ~hppa x86"
33 +KEYWORDS="amd64 x86"
34 IUSE=""
35
36 COMMON_DEPEND=">=dev-libs/glib-2.32:2
37
38 diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.2.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.2.ebuild
39 index 08e6bd4b49a..f4972c2ba6b 100644
40 --- a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.2.ebuild
41 +++ b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.2.ebuild
42 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
43
44 LICENSE="GPL-2+"
45 SLOT="0/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR in CMakeLists.txt
46 -KEYWORDS="~amd64 ~hppa ~x86"
47 +KEYWORDS="~amd64 ~x86"
48 IUSE=""
49
50 COMMON_DEPEND=">=dev-libs/glib-2.38:2