diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-20 12:56:17 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-20 12:56:30 +0300 |
commit | e397e02c61b9fc23faf97b09cca8e614902ac280 (patch) | |
tree | 45a815e61df61ffa1e544392ad3349eda7ab6bbc /app-xemacs/dired | |
parent | media-radio/tlf: Version bump (diff) | |
download | gentoo-e397e02c61b9fc23faf97b09cca8e614902ac280.tar.gz gentoo-e397e02c61b9fc23faf97b09cca8e614902ac280.tar.bz2 gentoo-e397e02c61b9fc23faf97b09cca8e614902ac280.zip |
app-xemacs/dired: amd64 stable wrt bug #666312
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'app-xemacs/dired')
-rw-r--r-- | app-xemacs/dired/dired-1.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-xemacs/dired/dired-1.22.ebuild b/app-xemacs/dired/dired-1.22.ebuild index 67bd009c27a1..2f9bb3ca8a79 100644 --- a/app-xemacs/dired/dired-1.22.ebuild +++ b/app-xemacs/dired/dired-1.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,6 +10,6 @@ XEMACS_PKG_CAT="standard" RDEPEND="app-xemacs/xemacs-base app-xemacs/prog-modes " -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86" inherit xemacs-packages |