diff options
author | 2015-12-31 10:18:59 +0100 | |
---|---|---|
committer | 2015-12-31 10:18:59 +0100 | |
commit | 5b93f3fd5871f2e4dd5cf2e1c59650c607ce042e (patch) | |
tree | 499df3ae20634505a624093d34a65ce233ba8b5f /sys-fs | |
parent | app-accessibility/gespeaker: Make repoman happy (diff) | |
download | mv-5b93f3fd5871f2e4dd5cf2e1c59650c607ce042e.tar.gz mv-5b93f3fd5871f2e4dd5cf2e1c59650c607ce042e.tar.bz2 mv-5b93f3fd5871f2e4dd5cf2e1c59650c607ce042e.zip |
Make repoman happy
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/emount/emount-2.8.3.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/squash_dir/squash_dir-13.8.ebuild | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys-fs/emount/emount-2.8.3.ebuild b/sys-fs/emount/emount-2.8.3.ebuild index dbc8c746..b8f36c8b 100644 --- a/sys-fs/emount/emount-2.8.3.ebuild +++ b/sys-fs/emount/emount-2.8.3.ebuild @@ -5,7 +5,7 @@ EAPI=6 RESTRICT="mirror" -DESCRIPTION="mount/unmount (and create/remove) dm-crypt filesystems according to your /etc/fstab" +DESCRIPTION="mount/unmount create/remove dm-crypt filesystems according to your /etc/fstab" HOMEPAGE="https://github.com/vaeth/emount/" SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sys-fs/squash_dir/squash_dir-13.8.ebuild b/sys-fs/squash_dir/squash_dir-13.8.ebuild index c349eb8a..a66670f3 100644 --- a/sys-fs/squash_dir/squash_dir-13.8.ebuild +++ b/sys-fs/squash_dir/squash_dir-13.8.ebuild @@ -14,8 +14,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -#KEYWORDS="~amd64 ~ppc ~x86" -KEYWORDS="" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="aufs overlayfs bundled-openrc-wrapper unionfs-fuse" BOTHDEPEND="bundled-openrc-wrapper? ( !!sys-apps/openrc-wrapper )" @@ -72,7 +71,6 @@ src_install() { readme.gentoo_create_doc } - linux_config_missing() { ! linux_config_exists || ! linux_chkconfig_present "${1}" } |