diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-11-17 23:03:09 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-11-17 23:03:19 -0700 |
commit | 951bb33abfee3f1ffe8f14303ff80682c14ac1bc (patch) | |
tree | ff64ef888cb05f846de4a4e8f764907f95466b23 /net-print/sshlpr/sshlpr-1.ebuild | |
parent | net-dialup/neocon: drop myself as a maintainer (diff) | |
download | gentoo-951bb33abfee3f1ffe8f14303ff80682c14ac1bc.tar.gz gentoo-951bb33abfee3f1ffe8f14303ff80682c14ac1bc.tar.bz2 gentoo-951bb33abfee3f1ffe8f14303ff80682c14ac1bc.zip |
net-print/sshlpr: update to EAPI 7
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'net-print/sshlpr/sshlpr-1.ebuild')
-rw-r--r-- | net-print/sshlpr/sshlpr-1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/sshlpr/sshlpr-1.ebuild b/net-print/sshlpr/sshlpr-1.ebuild index d1228ea0cede..1c32c9003523 100644 --- a/net-print/sshlpr/sshlpr-1.ebuild +++ b/net-print/sshlpr/sshlpr-1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=7 DESCRIPTION="ssh-lpr backend for cups -- print to remote systems over ssh" HOMEPAGE="http://www.masella.name/technical/sshlpr.html" |