diff options
author | Kent Fredric <kentnl@gentoo.org> | 2019-07-08 23:38:02 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2019-07-08 23:38:02 +1200 |
commit | c53afe5d287feda957d6fac8c420f7346f3a7bd2 (patch) | |
tree | 2b18f7002a7390c58b817dea62d8686b6c9a08e3 /dev-perl/Cisco-IPPhone | |
parent | dev-perl/Test-SharedFork: Improve DESC re bug #689454 (diff) | |
download | gentoo-c53afe5d287feda957d6fac8c420f7346f3a7bd2.tar.gz gentoo-c53afe5d287feda957d6fac8c420f7346f3a7bd2.tar.bz2 gentoo-c53afe5d287feda957d6fac8c420f7346f3a7bd2.zip |
dev-perl/Cisco-IPPhone: Fix unsorted keywords
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Cisco-IPPhone')
-rw-r--r-- | dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.50.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.50.0-r2.ebuild b/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.50.0-r2.ebuild index b9474c69d234..77a95a3d3c32 100644 --- a/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.50.0-r2.ebuild +++ b/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.50.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,5 +12,5 @@ DESCRIPTION="Cisco IP Phone interface using XML Objects" LICENSE="Artistic" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" |