diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-21 15:44:44 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-21 15:44:44 +0100 |
commit | b272cd81ce5b69e3cd10eb31ef9ce6ec8dc28f25 (patch) | |
tree | 63bfa265180edaa82e18f29e98da8433a5d0be79 /x11-misc | |
parent | sys-kernel/dracut: version bump to 049 (diff) | |
download | gentoo-b272cd81ce5b69e3cd10eb31ef9ce6ec8dc28f25.tar.gz gentoo-b272cd81ce5b69e3cd10eb31ef9ce6ec8dc28f25.tar.bz2 gentoo-b272cd81ce5b69e3cd10eb31ef9ce6ec8dc28f25.zip |
x11-misc/xosview: Removed eutils from inherit.
Package-Manager: Portage-2.3.57, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xosview/xosview-1.20-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xosview/xosview-1.21.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/xosview/xosview-1.20-r1.ebuild b/x11-misc/xosview/xosview-1.20-r1.ebuild index e06a58bfd2c2..3ecc36b3b663 100644 --- a/x11-misc/xosview/xosview-1.20-r1.ebuild +++ b/x11-misc/xosview/xosview-1.20-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs xdg-utils +inherit toolchain-funcs xdg-utils DESCRIPTION="X11 operating system viewer" HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/" diff --git a/x11-misc/xosview/xosview-1.21.ebuild b/x11-misc/xosview/xosview-1.21.ebuild index a88949d99bbb..f19498d37816 100644 --- a/x11-misc/xosview/xosview-1.21.ebuild +++ b/x11-misc/xosview/xosview-1.21.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils toolchain-funcs xdg-utils +inherit toolchain-funcs xdg-utils DESCRIPTION="X11 operating system viewer" HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/" |