diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-06-24 04:30:24 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-06-24 04:30:30 +1000 |
commit | 9f8bda8a07fb612f9a91a312f8424f824f70673a (patch) | |
tree | 5bf78bcf7fac0ef0f54f7bc998e6994e208d2fe0 /x11-libs/xforms | |
parent | www-client/qupzilla: Version bump to 2.0.1. (diff) | |
download | gentoo-9f8bda8a07fb612f9a91a312f8424f824f70673a.tar.gz gentoo-9f8bda8a07fb612f9a91a312f8424f824f70673a.tar.bz2 gentoo-9f8bda8a07fb612f9a91a312f8424f824f70673a.zip |
x11-libs/xforms: do not try to install file that does not exist
Gentoo-bug: 586492
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'x11-libs/xforms')
-rw-r--r-- | x11-libs/xforms/xforms-1.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/xforms/xforms-1.2.4.ebuild b/x11-libs/xforms/xforms-1.2.4.ebuild index b99c97763a3d..99e314466890 100644 --- a/x11-libs/xforms/xforms-1.2.4.ebuild +++ b/x11-libs/xforms/xforms-1.2.4.ebuild @@ -30,7 +30,7 @@ DEPEND=" S=${WORKDIR}/${MY_P} -DOCS=( ChangeLog NEWS README ) +DOCS=( ChangeLog README ) src_prepare() { default |