diff options
author | Karel Kočí <cynerd@email.cz> | 2020-04-24 07:41:30 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-04-24 07:41:30 +0200 |
commit | 8050eff1c9b390f64b43991e3638a59fb91afcf7 (patch) | |
tree | 6980fd31499affc783b7ed488deaadc663d586ff | |
parent | 2bbfe09c066243ebb1fe0650eb5833e3cc0d7f36 (diff) | |
download | gentoo-personal-overlay-8050eff1c9b390f64b43991e3638a59fb91afcf7.tar.gz gentoo-personal-overlay-8050eff1c9b390f64b43991e3638a59fb91afcf7.tar.bz2 gentoo-personal-overlay-8050eff1c9b390f64b43991e3638a59fb91afcf7.zip |
sys-apps/shellrc: update to version 0.7.6
-rw-r--r-- | sys-apps/shellrc/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/shellrc/shellrc-0.7.6-r1.ebuild (renamed from sys-apps/shellrc/shellrc-0.7.5-r1.ebuild) | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sys-apps/shellrc/Manifest b/sys-apps/shellrc/Manifest index 6ddeae9..68940e3 100644 --- a/sys-apps/shellrc/Manifest +++ b/sys-apps/shellrc/Manifest @@ -1 +1 @@ -DIST shellrc-0.7.5.tar.gz 5633 BLAKE2B 88a57a0986761b9bf31315666c094788216148868ed00187dfe8eff9d852a8898087a958d8dddb861f4e10ebf7bd249e1c62d24432a3b1a8f09f4cbc0dcbc56f SHA512 3bb456d7ce6206af724c29a08f72458cea135001e290ac5e8d131d8ce32c0d62a03c550fde563b7b868c69decdf0b73f3d16c45aa6149147e1d33582c0b3bae2 +DIST shellrc-0.7.6.tar.gz 5677 BLAKE2B 59dd9ecf6c34e7f78b9b16fc1d1f06f2de29630e9e50afe507e0797044e0e8f19f24476b4148fa6e8bedb29f3313be542a8b3f540dae5dcb5bae470baafc54eb SHA512 d51948f281c2819975f2e5cc38c5b4faeaf3078ae223d88ec5a0fd8ba52686b30396da99f2f6508780d48e4404e8b67c00bed3f3af1e6ea1b6673c8dab058082 diff --git a/sys-apps/shellrc/shellrc-0.7.5-r1.ebuild b/sys-apps/shellrc/shellrc-0.7.6-r1.ebuild index 4e84e03..f9dcd5d 100644 --- a/sys-apps/shellrc/shellrc-0.7.5-r1.ebuild +++ b/sys-apps/shellrc/shellrc-0.7.6-r1.ebuild @@ -9,10 +9,11 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="desktop xorg +zsh +bash" -DEPEND="zsh? ( app-shells/zsh ) - bash? ( app-shells/bash ) - desktop? ( sys-fs/inotify-tools ) - xorg? ( x11-misc/xclip media-gfx/imagemagick ) +DEPEND=" + zsh? ( app-shells/zsh ) + bash? ( app-shells/bash ) + desktop? ( sys-fs/inotify-tools ) + xorg? ( x11-misc/xclip media-gfx/imagemagick ) " RDEPEND="${DEPEND}" |